Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4690 → Rev 4691

/branches/dynload/uspace/Makefile
38,14 → 38,18
lib/softint \
lib/softfloat \
lib/libtest \
srv/bd/ata_bd \
srv/bd/file_bd \
srv/bd/gxe_bd \
srv/bd/rd \
srv/ns \
srv/loader \
srv/fb \
srv/kbd \
srv/console \
srv/rd \
srv/fs/fat \
srv/fs/tmpfs \
srv/fs/devfs \
srv/vfs \
srv/devmap \
app/tetris \
55,6 → 59,7
app/trace \
app/klog \
app/init \
app/getvc \
app/bdsh
 
ifeq ($(UARCH),amd64)
67,8 → 72,8
 
ifeq ($(UARCH),sparc64)
DIRS += \
srv/fhc \
srv/obio
srv/cir/fhc \
srv/cir/obio
endif
 
ifeq ($(CONFIG_BUILD_SHARED_LIBC), y)