From: James S. <jsi...@us...> - 2002-11-23 00:55:54
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char In directory sc8-pr-cvs1:/tmp/cvs-serv1514/linux/drivers/acorn/char Modified Files: Makefile Log Message: Synced to 2.5.49 console BK tree. Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile 29 Oct 2002 18:23:21 -0000 1.11 +++ Makefile 23 Nov 2002 00:55:50 -0000 1.12 @@ -2,6 +2,8 @@ # 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)) |