Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4372 → Rev 4373

/branches/dynload/uspace/Makefile
37,7 → 37,6
lib/libblock \
lib/softint \
lib/softfloat \
lib/libc/shared \
lib/libtest \
srv/ns \
srv/loader \
51,7 → 50,6
srv/devmap \
app/tetris \
app/tester \
app/dltest \
app/dltest2 \
app/dload \
app/trace \
73,6 → 71,13
srv/obio
endif
 
ifeq ($(CONFIG_SHARED_LIBC), y)
DIRS += \
lib/libc/shared
app/dltest
endif
 
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))