Update of /cvsroot/linuxconsole/ruby/linux/drivers/tc
In directory sc8-pr-cvs1:/tmp/cvs-serv15026/linux/drivers/tc
Modified Files:
Makefile
Log Message:
Synced to 2.5.59
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/tc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 1 Nov 2002 23:38:01 -0000 1.3
+++ Makefile 1 Feb 2003 18:57:14 -0000 1.4
@@ -11,6 +11,18 @@
obj-$(CONFIG_TC) += tc.o
obj-$(CONFIG_ZS) += zs.o
+obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o
-include $(TOPDIR)/Rules.make
+$(obj)/lk201-map.o: $(obj)/lk201-map.c
+
+# Uncomment if you're changing the keymap and have an appropriate
+# loadkeys version for the map. By default, we'll use the shipped
+# versions.
+# GENERATE_KEYMAP := 1
+
+ifdef GENERATE_KEYMAP
+$(obj)/lk201-map.c: $(obj)/%.c: $(src)/%.map
+ loadkeys --mktable $< > $@
+
+endif
|