Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1607 → Rev 1608

/uspace/trunk/Makefile
38,6 → 38,7
init \
ns \
fb \
kbd \
console \
tetris \
ipcc \
44,22 → 45,11
klog
 
ifeq ($(ARCH), amd64)
DIRS += pci \
kbd
DIRS += pci
endif
ifeq ($(ARCH), ia32)
DIRS += pci \
kbd
DIRS += pci
endif
ifeq ($(ARCH), mips32)
DIRS += kbd
endif
ifeq ($(ARCH), mips32eb)
DIRS += kbd
endif
ifeq ($(ARCH), ia64)
DIRS += kbd
endif
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))