patch-2.1.107 linux/drivers/char/Makefile

Next file: linux/drivers/char/console.c
Previous file: linux/drivers/char/ChangeLog
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -27,6 +27,9 @@
 L_OBJS += console.o vt.o vc_screen.o consolemap.o consolemap_deftbl.o
 LX_OBJS += selection.o
 endif
+ifdef CONFIG_FB
+  LX_OBJS += fbmem.o
+endif
 
 ifeq ($(CONFIG_SERIAL),y)
   ifndef CONFIG_SUN_SERIAL
@@ -431,14 +434,6 @@
   endif
 endif
 
-ifdef CONFIG_VT
-  ifdef CONFIG_TGA_CONSOLE
-  L_OBJS += tga.o
-  endif
-  ifdef CONFIG_VGA_CONSOLE
-  L_OBJS += vga.o vesa_blank.o
-  endif
-endif
 
 ifeq ($(CONFIG_HFMODEM),y)
 ALL_SUB_DIRS += hfmodem

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