Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3977 → Rev 3978

/trunk/uspace/Makefile
63,7 → 63,9
endif
 
ifeq ($(UARCH),sparc64)
DIRS += srv/fhc
DIRS += \
srv/fhc \
srv/obio
endif
 
BUILDS := $(addsuffix .build,$(DIRS))