patch-2.1.50 linux/drivers/char/Makefile
Next file: linux/drivers/char/README.esp
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Aug 11 17:28:19 1997
- Orig file:
v2.1.49/linux/drivers/char/Makefile
- Orig date:
Mon Aug 11 14:47:04 1997
diff -u --recursive --new-file v2.1.49/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -23,7 +23,7 @@
L_OBJS := tty_io.o n_tty.o tty_ioctl.o pty.o mem.o random.o
ifdef CONFIG_VT
-L_OBJS += console.o vt.o vc_screen.o consolemap.o
+L_OBJS += console.o vt.o vc_screen.o consolemap.o consolemap_deftbl.o
LX_OBJS += selection.o
endif
@@ -324,15 +324,16 @@
include $(TOPDIR)/Rules.make
-fastdep: uni_hash.tbl
-
-consolemap.o:
+fastdep:
conmakehash: conmakehash.c
$(HOSTCC) -o conmakehash conmakehash.c
-uni_hash.tbl: $(FONTMAPFILE) conmakehash
- ./conmakehash $(FONTMAPFILE) > uni_hash.tbl
+consolemap_deftbl.c: $(FONTMAPFILE) conmakehash
+ ./conmakehash $(FONTMAPFILE) > consolemap_deftbl.c
+
+consolemap_deftbl.o: consolemap_deftbl.c $(TOPDIR)/include/linux/types.h
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