[parisc-linux-cvs] build w/o CONFIG_GSC_PS2 ?
Grant Grundler
grundler@puffin.external.hp.com
Tue, 9 Oct 2001 00:59:36 -0600
Following patch let me build a 64-bit kernel for A500.
Don't (shouldn't) need CONFIG_GSC_PS2.
Comments?
grant
Index: drivers/char/Makefile
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/char/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile 2001/08/01 15:25:08 1.21
+++ Makefile 2001/10/09 06:54:38
@@ -73,6 +73,10 @@ endif
ifdef CONFIG_GSC_PS2
KEYBD = hp_psaux.o hp_keyb.o
+else
+ifdef CONFIG_PARISC
+ KEYBD =
+endif
endif
ifeq ($(ARCH),arm)