Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1347 → Rev 1346

/uspace/trunk/Makefile
41,19 → 41,12
ns
 
ifeq ($(ARCH), amd64)
DIRS += pci \
kbd
DIRS += pci
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))