patch-2.3.43 linux/kernel/Makefile

Next file: linux/kernel/exec_domain.c
Previous file: linux/ipc/util.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/kernel/Makefile linux/kernel/Makefile
@@ -29,6 +29,14 @@
 OX_OBJS  += ksyms.o
 endif
 
+ifdef CONFIG_ACPI
+OX_OBJS += pm.o
+else
+  ifdef CONFIG_APM
+  OX_OBJS += pm.o
+  endif
+endif
+
 CFLAGS_sched.o := $(PROFILING) -fno-omit-frame-pointer
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)