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
- Lines: 15
- Date:
Thu Feb 10 12:35:19 2000
- Orig file:
v2.3.42/linux/kernel/Makefile
- Orig date:
Fri Jan 21 18:19:17 2000
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)