]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/power/Makefile
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
[linux-2.6-omap-h63xx.git] / drivers / base / power / Makefile
index ceeeba2c56c7a426825b9dd982b6039dd8b99f3f..a803733c839ec9119abbc9f35004e184f4d0a2dd 100644 (file)
@@ -1,9 +1,10 @@
 obj-y                  := shutdown.o
-obj-$(CONFIG_PM)       += main.o suspend.o resume.o runtime.o sysfs.o
+obj-$(CONFIG_PM_SLEEP) += main.o sysfs.o
+obj-$(CONFIG_PM_TRACE) += trace.o
 
 ifeq ($(CONFIG_DEBUG_DRIVER),y)
 EXTRA_CFLAGS += -DDEBUG
 endif
-ifeq ($(CONFIG_PM_DEBUG),y)
+ifeq ($(CONFIG_PM_VERBOSE),y)
 EXTRA_CFLAGS += -DDEBUG
 endif