patch-2.1.31 linux/drivers/char/Makefile
Next file: linux/drivers/char/amigamouse.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Thu Mar 27 14:36:39 1997
- Orig file:
v2.1.30/linux/drivers/char/Makefile
- Orig date:
Tue Dec 31 06:27:23 1996
diff -u --recursive --new-file v2.1.30/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -20,9 +20,12 @@
L_TARGET := char.a
M_OBJS :=
-L_OBJS := tty_io.o n_tty.o console.o \
- tty_ioctl.o pty.o vt.o mem.o vc_screen.o random.o \
- consolemap.o selection.o
+L_OBJS := tty_io.o n_tty.o tty_ioctl.o pty.o mem.o random.o
+
+ifdef CONFIG_VT
+L_OBJS += console.o vt.o vc_screen.o consolemap.o
+LX_OBJS += selection.o
+endif
ifeq ($(CONFIG_SERIAL),y)
ifndef CONFIG_SUN_SERIAL
@@ -35,8 +38,10 @@
endif
ifndef CONFIG_SUN_KEYBOARD
+ifdef CONFIG_VT
L_OBJS += keyboard.o defkeymap.o
endif
+endif
ifeq ($(CONFIG_DIGI),y)
L_OBJS += pcxx.o
@@ -235,13 +240,15 @@
MX_OBJS += misc.o
endif
endif
-
-ifdef CONFIG_TGA_CONSOLE
-L_OBJS += tga.o
-else
- ifndef CONFIG_SUN_CONSOLE
- L_OBJS += vga.o vesa_blank.o
- endif
+
+ifdef CONFIG_VT
+ ifdef CONFIG_TGA_CONSOLE
+ L_OBJS += tga.o
+ else
+ ifndef CONFIG_SUN_CONSOLE
+ L_OBJS += vga.o vesa_blank.o
+ endif
+ endif
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov