patch-1.3.38 linux/drivers/char/Makefile

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

diff -u --recursive --new-file v1.3.37/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -18,7 +18,7 @@
 M_OBJS   :=
 L_OBJS   := tty_io.o n_tty.o console.o keyboard.o serial.o \
 	tty_ioctl.o pty.o vt.o mem.o vc_screen.o random.o \
-	defkeymap.o consolemap.o vesa_blank.o selection.o
+	defkeymap.o consolemap.o selection.o
 
 ifdef CONFIG_CYCLADES
 L_OBJS += cyclades.o
@@ -102,6 +102,12 @@
   
 ifdef CONFIG_SCC
 L_OBJS += scc.o
+endif
+
+ifdef CONFIG_TGA_CONSOLE
+L_OBJS += tga.o
+else
+L_OBJS += vga.o vesa_blank.o
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this