diff options
Diffstat (limited to 'drivers/base/power')
-rw-r--r-- | drivers/base/power/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile index fff178007208..966a5e287415 100644 --- a/drivers/base/power/Makefile +++ b/drivers/base/power/Makefile | |||
@@ -5,6 +5,6 @@ obj-$(CONFIG_PM_TRACE) += trace.o | |||
5 | ifeq ($(CONFIG_DEBUG_DRIVER),y) | 5 | ifeq ($(CONFIG_DEBUG_DRIVER),y) |
6 | EXTRA_CFLAGS += -DDEBUG | 6 | EXTRA_CFLAGS += -DDEBUG |
7 | endif | 7 | endif |
8 | ifeq ($(CONFIG_PM_DEBUG),y) | 8 | ifeq ($(CONFIG_PM_VERBOSE),y) |
9 | EXTRA_CFLAGS += -DDEBUG | 9 | EXTRA_CFLAGS += -DDEBUG |
10 | endif | 10 | endif |