Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4581 → Rev 4580

/branches/network/uspace/Makefile
37,18 → 37,14
lib/libblock \
lib/softint \
lib/softfloat \
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 \
srv/net \
57,7 → 53,6
app/trace \
app/klog \
app/init \
app/getvc \
app/bdsh
 
ifeq ($(UARCH),amd64)
70,8 → 65,8
 
ifeq ($(UARCH),sparc64)
DIRS += \
srv/cir/fhc \
srv/cir/obio
srv/fhc \
srv/obio
endif
 
BUILDS := $(addsuffix .build,$(DIRS))