Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1608 → Rev 1607

/uspace/trunk/kbd/arch/ppc32/include/kbd.h
File deleted
/uspace/trunk/kbd/arch/ppc32/src/kbd.c
File deleted
/uspace/trunk/Makefile
38,7 → 38,6
init \
ns \
fb \
kbd \
console \
tetris \
ipcc \
45,11 → 44,22
klog
 
ifeq ($(ARCH), amd64)
DIRS += pci
DIRS += pci \
kbd
endif
ifeq ($(ARCH), ia32)
DIRS += pci
DIRS += pci \
kbd
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))