fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / base / power / Makefile
index c0219ad..91f2309 100644 (file)
@@ -1,6 +1,10 @@
 obj-y                  := shutdown.o
 obj-$(CONFIG_PM)       += main.o suspend.o resume.o runtime.o sysfs.o
+obj-$(CONFIG_PM_TRACE) += trace.o
 
 ifeq ($(CONFIG_DEBUG_DRIVER),y)
 EXTRA_CFLAGS += -DDEBUG
 endif
+ifeq ($(CONFIG_PM_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif