projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188f978
)
greybus: makefile: fix unused cflags
author
Perry Hung
<perry@leaflabs.com>
Fri, 3 Jul 2015 04:27:12 +0000
(
00:27
-0400)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Mon, 6 Jul 2015 01:04:52 +0000
(18:04 -0700)
The ccflags variable was spelled wrong, so no extra compilation flags
could be specified.
The proper flag is 'ccflags-y.'
Signed-off-by: Perry Hung <perry@leaflabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/Makefile
b/drivers/staging/greybus/Makefile
index 4f66ff3a97136228ddef5182c8943975fef98186..163cd13e754564dc824f6cf9761178af2eddd388 100644
(file)
--- a/
drivers/staging/greybus/Makefile
+++ b/
drivers/staging/greybus/Makefile
@@
-66,7
+66,7
@@
$(foreach opt,$(CONFIG_OPTIONS_DISABLE),$(if $(filter m y, $(CONFIG_$(opt))), \
endif
# add -Wall to try to catch everything we can.
-cc
F
lags-y := -Wall
+cc
f
lags-y := -Wall
all: module