projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f49a5
)
driver-core: base: change to new flag variable
author
matt mooney
<mfm@muteddisk.com>
Fri, 24 Sep 2010 19:17:11 +0000
(12:17 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 22 Oct 2010 17:16:44 +0000
(10:16 -0700)
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/Makefile
patch
|
blob
|
history
diff --git
a/drivers/base/Makefile
b/drivers/base/Makefile
index c12c7f2f2a6f62fc552b6ab33e184c5de4b90f9d..5f51c3b4451e2a3c39fcefbc1c5c0a97e810d78b 100644
(file)
--- a/
drivers/base/Makefile
+++ b/
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