diff options
-rw-r--r-- | drivers/base/power/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile index 06a86fe6a78d..de28dfd3b96c 100644 --- a/drivers/base/power/Makefile +++ b/drivers/base/power/Makefile | |||
@@ -2,9 +2,5 @@ obj-$(CONFIG_PM) += sysfs.o | |||
2 | obj-$(CONFIG_PM_SLEEP) += main.o | 2 | obj-$(CONFIG_PM_SLEEP) += main.o |
3 | obj-$(CONFIG_PM_TRACE) += trace.o | 3 | obj-$(CONFIG_PM_TRACE) += trace.o |
4 | 4 | ||
5 | ifeq ($(CONFIG_DEBUG_DRIVER),y) | 5 | ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG |
6 | EXTRA_CFLAGS += -DDEBUG | 6 | ccflags-$(CONFIG_PM_VERBOSE) += -DDEBUG |
7 | endif | ||
8 | ifeq ($(CONFIG_PM_VERBOSE),y) | ||
9 | EXTRA_CFLAGS += -DDEBUG | ||
10 | endif | ||