Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char
In directory sc8-pr-cvs1:/tmp/cvs-serv10917/linux/drivers/acorn/char
Modified Files:
Makefile
Log Message:
Synced to 2.5.51
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 23 Nov 2002 00:55:50 -0000 1.12
+++ Makefile 10 Dec 2002 21:06:15 -0000 1.13
@@ -2,8 +2,6 @@
# Makefile for the acorn character device drivers.
#
-# All the objects that export symbols.
-
obj-$(CONFIG_ARCH_ACORN) += i2c.o pcf8583.o
obj-y += $(obj-$(MACHINE))
|