patch-1.3.46 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 v1.3.45/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -19,6 +19,7 @@
 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 selection.o
+SYMTAB_OBJS :=
 
 ifeq ($(CONFIG_CYCLADES),y)
 L_OBJS += cyclades.o
@@ -94,6 +95,11 @@
 
 ifdef CONFIG_QIC02_TAPE
 L_OBJS += tpqic02.o 
+endif
+
+ifdef CONFIG_APM
+L_OBJS += apm_bios.o
+SYMTAB_OBJS += apm_bios.o
 endif
 
 ifdef M

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