projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336303a
)
c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULE
author
Cao jin
<
[email protected]
>
Mon, 9 Oct 2017 07:11:46 +0000
(15:11 +0800)
committer
Masahiro Yamada
<
[email protected]
>
Mon, 30 Oct 2017 15:37:12 +0000
(
00:37
+0900)
As kbuild document & commit
6588169d51
says: KBUILD_CFLAGS_MODULE is
used to add arch-specific options for $(CC). From commandline,
CFLAGS_MODULE shall be used.
Doesn't have any functional change, but just follow kbuild rules.
Signed-off-by: Cao jin <
[email protected]
>
CC: Mark Salter <
[email protected]
>
CC: Aurelien Jacquiot <
[email protected]
>
CC:
[email protected]
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/c6x/Makefile
patch
|
blob
|
history
diff --git
a/arch/c6x/Makefile
b/arch/c6x/Makefile
index 6b0be670ddfabc5c49c64320f8be1fe455ba9acf..6f6096ff05a462182797cc75587f70c7d6286a53 100644
(file)
--- a/
arch/c6x/Makefile
+++ b/
arch/c6x/Makefile
@@
-12,7
+12,7
@@
cflags-y += -mno-dsbt -msdata=none -D__linux__
cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
-CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
+
KBUILD_
CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
CHECKFLAGS +=