Linux-2.6.12-rc2
[deliverable/linux.git] / kernel / power / Makefile
1
2 ifeq ($(CONFIG_PM_DEBUG),y)
3 EXTRA_CFLAGS += -DDEBUG
4 endif
5
6 swsusp-smp-$(CONFIG_SMP) += smp.o
7
8 obj-y := main.o process.o console.o pm.o
9 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o $(swsusp-smp-y) disk.o
10
11 obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o
This page took 0.034604 seconds and 5 git commands to generate.