patch-2.1.31 linux/arch/m68k/kernel/Makefile

Next file: linux/arch/m68k/kernel/console.c
Previous file: linux/arch/m68k/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/arch/m68k/kernel/Makefile linux/arch/m68k/kernel/Makefile
@@ -13,7 +13,10 @@
 all: kernel.o head.o
 O_TARGET := kernel.o
 O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
-	  setup.o bios32.o sys_m68k.o console.o time.o
+	  setup.o bios32.o sys_m68k.o time.o
+ifdef CONFIG_VT
+O_OBJS += console.o
+endif
 OX_OBJS := m68k_ksyms.o
 
 head.o: head.S

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