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
- Lines: 22
- Date:
Tue Nov 7 09:18:34 1995
- Orig file:
v1.3.37/linux/drivers/char/Makefile
- Orig date:
Wed Sep 27 15:59:57 1995
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