]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/power/Makefile
PM: Do not require dev spew to get PM_DEBUG
[linux-2.6-omap-h63xx.git] / drivers / base / power / Makefile
index 91f230939c1e65e49f907b53b3cd95931ccb3000..966a5e2874150eae972089e728f4b37b17cec9b8 100644 (file)
@@ -1,10 +1,10 @@
 obj-y                  := shutdown.o
-obj-$(CONFIG_PM)       += main.o suspend.o resume.o runtime.o sysfs.o
+obj-$(CONFIG_PM)       += main.o suspend.o resume.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