Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char
In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/drivers/acorn/char
Modified Files:
Makefile
Log Message:
Synced to 2.5.19
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 23 Nov 2001 04:10:15 -0000 1.8
+++ Makefile 3 Jun 2002 22:44:57 -0000 1.9
@@ -1,28 +1,15 @@
#
-# Makefile for the kernel character device drivers.
-#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now inherited from the
-# parent makes..
+# Makefile for the acorn character device drivers.
#
-O_TARGET := acorn-char.o
-
-# Object file lists.
-
-obj-y :=
-obj-m :=
-obj-n :=
-obj- :=
-
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
+
+%.c: %.map
+ loadkeys --mktable $< > $@
|