]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - drivers/base/power/Makefile
ceeeba2c56c7a426825b9dd982b6039dd8b99f3f
[linux-2.6.git] / drivers / base / power / Makefile
1 obj-y                   := shutdown.o
2 obj-$(CONFIG_PM)        += main.o suspend.o resume.o runtime.o sysfs.o
3
4 ifeq ($(CONFIG_DEBUG_DRIVER),y)
5 EXTRA_CFLAGS += -DDEBUG
6 endif
7 ifeq ($(CONFIG_PM_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif