Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / drivers / base / power / Makefile
1 obj-y                   := shutdown.o
2 obj-$(CONFIG_PM)        += sysfs.o
3 obj-$(CONFIG_PM_SLEEP)  += main.o
4 obj-$(CONFIG_PM_TRACE)  += trace.o
5
6 ifeq ($(CONFIG_DEBUG_DRIVER),y)
7 EXTRA_CFLAGS += -DDEBUG
8 endif
9 ifeq ($(CONFIG_PM_VERBOSE),y)
10 EXTRA_CFLAGS += -DDEBUG
11 endif