Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1507 → Rev 1508

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