| Kernel v2.3.49 /kernel/Makefile |
|---|
 2.3.49
 kernel
 Makefile
diff -u --recursive --new-file v2.3.48/linux/kernel/Makefile linux/kernel/Makefile
--- v2.3.48/linux/kernel/Makefile Thu Feb 10 17:11:23 2000
+++ linux/kernel/Makefile Mon Feb 28 07:16:54 2000
@@ -29,12 +29,8 @@
OX_OBJS += ksyms.o
endif
-ifdef CONFIG_ACPI
+ifdef CONFIG_PM
OX_OBJS += pm.o
-else
- ifdef CONFIG_APM
- OX_OBJS += pm.o
- endif
endif
CFLAGS_sched.o := $(PROFILING) -fno-omit-frame-pointer
|