projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b6b9a
)
spi: change to new flag variable
author
matt mooney
<mfm@muteddisk.com>
Fri, 24 Sep 2010 19:17:32 +0000
(12:17 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Wed, 13 Oct 2010 03:37:37 +0000
(21:37 -0600)
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/Makefile
b/drivers/spi/Makefile
index 65a232d50bc829229a4b5055e2e11189e95dcf41..f32d11e1ffecc150e88548aa3c5a2c7f72088de3 100644
(file)
--- a/
drivers/spi/Makefile
+++ b/
drivers/spi/Makefile
@@
-2,9
+2,7
@@
# Makefile for kernel SPI drivers.
#
-ifeq ($(CONFIG_SPI_DEBUG),y)
-EXTRA_CFLAGS += -DDEBUG
-endif
+ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG
# small core, mostly translating board-specific
# config declarations into driver model code