]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/base/power/Makefile
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
[linux-2.6-omap-h63xx.git] / drivers / base / power / Makefile
1 obj-y                   := shutdown.o
2 obj-$(CONFIG_PM_SLEEP)  += main.o suspend.o resume.o sysfs.o
3 obj-$(CONFIG_PM_TRACE)  += trace.o
4
5 ifeq ($(CONFIG_DEBUG_DRIVER),y)
6 EXTRA_CFLAGS += -DDEBUG
7 endif
8 ifeq ($(CONFIG_PM_VERBOSE),y)
9 EXTRA_CFLAGS += -DDEBUG
10 endif