Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1338 → Rev 1339

//uspace/trunk/Makefile
44,7 → 44,8
DIRS += pci
endif
ifeq ($(ARCH), ia32)
DIRS += pci
DIRS += pci \
kbd
endif
 
BUILDS := $(addsuffix .build,$(DIRS))