Update of /cvsroot/linux-mips/linux/arch/mips/vr4122/common
In directory usw-pr-cvs1:/tmp/cvs-serv5581
Modified Files:
Makefile
Log Message:
Fix for eagle. It has a framebuffer but no real keyboard.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/vr4122/common/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 2001/09/22 04:27:15 1.1
+++ Makefile 2001/10/08 16:51:28 1.2
@@ -20,7 +20,7 @@
O_TARGET := vr4122.o
export-objs := serial.o
-obj-y := cmu.o icu.o int-handler.o kbd.o reset.o time.o
+obj-y := cmu.o icu.o int-handler.o reset.o time.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
|