Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3968 → Rev 3969

/trunk/uspace/Makefile
62,6 → 62,10
DIRS += srv/pci
endif
 
ifeq ($(UARCH),sparc64)
DIRS += srv/fhc
endif
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))