patch-2.1.16 linux/drivers/char/Makefile

Next file: linux/drivers/char/esp.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -78,10 +78,10 @@
   endif
 endif
 
-ifeq ($(CONFIG_ESP),y)
+ifeq ($(CONFIG_ESPSERIAL),y)
 L_OBJS += esp.o
 else
-  ifeq ($(CONFIG_ESP),m)
+  ifeq ($(CONFIG_ESPSERIAL),m)
   M_OBJS += esp.o
   endif
 endif
@@ -227,3 +227,6 @@
 
 uni_hash.tbl: $(FONTMAPFILE) conmakehash
 	./conmakehash $(FONTMAPFILE) > uni_hash.tbl
+
+defkeymap.c: defkeymap.map
+	loadkeys --mktable defkeymap.map > defkeymap.c

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov