Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
[deliverable/linux.git] / kernel / power / Makefile
1
2 ifeq ($(CONFIG_PM_DEBUG),y)
3 EXTRA_CFLAGS += -DDEBUG
4 endif
5
6 obj-y := main.o process.o console.o
7 obj-$(CONFIG_PM_LEGACY) += pm.o
8 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o disk.o snapshot.o swap.o user.o
9
10 obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o
This page took 0.033325 seconds and 6 git commands to generate.