Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1346 → Rev 1347

/uspace/trunk/Makefile
41,12 → 41,19
ns
 
ifeq ($(ARCH), amd64)
DIRS += pci
DIRS += pci \
kbd
endif
ifeq ($(ARCH), ia32)
DIRS += pci \
kbd
endif
ifeq ($(ARCH), mips32)
DIRS += kbd
endif
ifeq ($(ARCH), mips32eb)
DIRS += kbd
endif
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))