Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char
In directory usw-pr-cvs1:/tmp/cvs-serv8882/drivers/acorn/char
Modified Files:
Makefile
Log Message:
Synced to ARM tree now that it is not against AC tree.
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 2001/11/02 00:57:43 1.7
+++ Makefile 2001/11/23 04:10:15 1.8
@@ -20,7 +20,7 @@
obj-$(CONFIG_ATOMWIDE_SERIAL) += serial-atomwide.o
obj-$(CONFIG_DUALSP_SERIAL) += serial-dualsp.o
-obj-$(CONFIG_ARCH_ACORN) += defkeymap-acorn.o i2c.o pcf8583.o
+obj-$(CONFIG_ARCH_ACORN) += i2c.o pcf8583.o
# Do the i2c and rtc last
obj-y += $(obj-$(MACHINE))
|