Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3685 → Rev 3686

/branches/dynload/uspace/Makefile
32,12 → 32,12
-include Makefile.config
 
DIRS = \
lib/rtld \
lib/libc \
lib/libfs \
lib/libblock \
lib/softint \
lib/softfloat \
lib/rtld \
lib/libc/shared \
srv/ns \
srv/loader \
81,6 → 81,7
 
all:
../tools/config.py uspace.config default $(ARCH) $(COMPILER) $(CONFIG_DEBUG)
$(MAKE) -C lib/libc kerninc
$(MAKE) -C . build
 
config: