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