Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char
In directory usw-pr-cvs1:/tmp/cvs-serv5536
Modified Files:
Makefile
Log Message:
E gads. The acorn stuff is still not updated to the input api.
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 22 Jun 2002 17:50:58 -0000 1.10
+++ Makefile 29 Oct 2002 18:23:21 -0000 1.11
@@ -2,11 +2,8 @@
# Makefile for the acorn character device drivers.
#
-obj-$(CONFIG_ATOMWIDE_SERIAL) += serial-atomwide.o
-obj-$(CONFIG_DUALSP_SERIAL) += serial-dualsp.o
obj-$(CONFIG_ARCH_ACORN) += i2c.o pcf8583.o
-
-# Do the i2c and rtc last
-obj-y += $(obj-$(MACHINE))
+obj-y += $(obj-$(MACHINE))
include $(TOPDIR)/Rules.make
+
|