patch-2.4.9 linux/drivers/acorn/char/Makefile

Next file: linux/drivers/acorn/char/defkeymap-acorn.c
Previous file: linux/drivers/acorn/block/mfmhd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/acorn/char/Makefile linux/drivers/acorn/char/Makefile
@@ -29,8 +29,12 @@
 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_L7200_KEYB)	+= defkeymap-l7200.o keyb_l7200.o
 
 # Do the i2c and rtc last
-obj-y		+= $(obj-$(MACHINE)) 
+obj-y		+= $(obj-$(MACHINE))
 
 include $(TOPDIR)/Rules.make
+
+%.c: %.map
+	loadkeys --mktable $< > $@

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)