patch-2.0.34 linux/drivers/char/Makefile

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

diff -u --recursive --new-file v2.0.33/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -196,6 +196,11 @@
 M = y
 endif
 
+ifdef CONFIG_H8
+LX_OBJS += h8.o
+M = y
+endif
+
 ifdef M
 LX_OBJS += misc.o
 else
@@ -222,6 +227,9 @@
 
 ifdef CONFIG_TGA_CONSOLE
 L_OBJS += tga.o
+  ifdef CONFIG_VGA_CONSOLE
+    L_OBJS += vga.o vesa_blank.o
+  endif
 else
  ifndef CONFIG_SUN_CONSOLE
  L_OBJS += vga.o vesa_blank.o

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