From 5d5f9ffe2c7b2f5ca51d56d1fa38dbc05d19e3cd Mon Sep 17 00:00:00 2001 From: matt mooney Date: Fri, 24 Sep 2010 12:17:11 -0700 Subject: [PATCH] --- yaml --- r: 213468 b: refs/heads/master c: 7a868088ee48d1816c10f9be6d32aef4cf30bcf7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/base/Makefile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 833e7ab99825..b23de343916d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38f49a5132f24d29236820eb5c7dd956e47f94a3 +refs/heads/master: 7a868088ee48d1816c10f9be6d32aef4cf30bcf7 diff --git a/trunk/drivers/base/Makefile b/trunk/drivers/base/Makefile index c12c7f2f2a6f..5f51c3b4451e 100644 --- a/trunk/drivers/base/Makefile +++ b/trunk/drivers/base/Makefile @@ -19,7 +19,5 @@ obj-$(CONFIG_MODULES) += module.o endif obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o -ifeq ($(CONFIG_DEBUG_DRIVER),y) -EXTRA_CFLAGS += -DDEBUG -endif +ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG