Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[deliverable/linux.git] / kernel / power / Makefile
1 ccflags-$(CONFIG_PM_DEBUG) := -DDEBUG
2
3 obj-$(CONFIG_PM) += main.o
4 obj-$(CONFIG_PM_SLEEP) += console.o
5 obj-$(CONFIG_FREEZER) += process.o
6 obj-$(CONFIG_SUSPEND) += suspend.o
7 obj-$(CONFIG_PM_TEST_SUSPEND) += suspend_test.o
8 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \
9 block_io.o
10
11 obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o
This page took 0.029585 seconds and 5 git commands to generate.