summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-07-17 04:50:02 -0700
committerPatrick Mochel <mochel@osdl.org>2003-07-17 04:50:02 -0700
commite239395dcb1063b243339817873f1df5b7941631 (patch)
tree9035a41ae485bd9c861fc0f768f8c5f45952f526 /kernel/Makefile
parent376846cf08f2c5ad0c4ba703528a9a9c129c225e (diff)
[power] Create drivers/power/
Move kernel/suspend.c -> drivers/power/swsusp.c
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 1e652214037c..80a1148cf989 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -17,7 +17,6 @@ obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_PM) += pm.o
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
-obj-$(CONFIG_SOFTWARE_SUSPEND) += suspend.o
obj-$(CONFIG_COMPAT) += compat.o
ifneq ($(CONFIG_IA64),y)