patch-2.1.126 linux/drivers/video/Makefile
Next file: linux/drivers/video/atyfb.c
Previous file: linux/drivers/video/Config.in
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Oct 15 15:24:18 1998
- Orig file:
v2.1.125/linux/drivers/video/Makefile
- Orig date:
Mon Oct 5 13:13:40 1998
diff -u --recursive --new-file v2.1.125/linux/drivers/video/Makefile linux/drivers/video/Makefile
@@ -95,6 +95,10 @@
L_OBJS += atyfb.o
endif
+ifeq ($(CONFIG_FB_IGA),y)
+L_OBJS += igafb.o
+endif
+
ifeq ($(CONFIG_FB_CONTROL),y)
L_OBJS += controlfb.o
endif
@@ -447,7 +451,7 @@
include $(TOPDIR)/Rules.make
-promcon_tbl.c: prom.uni
+promcon_tbl.c: prom.uni ../char/conmakehash
../char/conmakehash prom.uni | \
sed -e '/#include <[^>]*>/p' -e 's/types/init/' \
-e 's/dfont\(_uni.*\]\)/promfont\1 __initdata/' > promcon_tbl.c
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov