Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1508 → Rev 1507

/uspace/trunk/Makefile
54,9 → 54,6
ifeq ($(ARCH), mips32eb)
DIRS += kbd
endif
ifeq ($(ARCH), ia64)
DIRS += kbd
endif
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))