patch-2.0.37 linux/arch/i386/kernel/Makefile

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

diff -u --recursive --new-file v2.0.36/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -23,6 +23,11 @@
 O_TARGET := kernel.o
 O_OBJS   := process.o signal.o entry.o traps.o irq.o vm86.o bios32.o \
             ptrace.o ioport.o ldt.o setup.o time.o sys_i386.o ksyms.o
+OX_OBJS  :=
+
+ifdef CONFIG_APM
+OX_OBJS += apm.o
+endif
 
 ifdef SMP
 

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