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:
452d4c8
)
kbuild: document the KBUILD_KCONFIG env. variable
author
Randy Dunlap
<
[email protected]
>
Thu, 5 Jul 2018 02:47:39 +0000
(19:47 -0700)
committer
Masahiro Yamada
<
[email protected]
>
Fri, 6 Jul 2018 13:04:01 +0000
(22:04 +0900)
Add usage info for the Kbuild environment variable KBUILD_KCONFIG.
Signed-off-by: Randy Dunlap <
[email protected]
>
Reviewed-by: Cao jin <
[email protected]
>
Signed-off-by: Masahiro Yamada <
[email protected]
>
Documentation/kbuild/kbuild.txt
patch
|
blob
|
history
diff --git
a/Documentation/kbuild/kbuild.txt
b/Documentation/kbuild/kbuild.txt
index 1eb59cba242cef91a0ae811df02b1de5a678be89..114c7ce7b58de2c15e5b1c917c96e4926c605191 100644
(file)
--- a/
Documentation/kbuild/kbuild.txt
+++ b/
Documentation/kbuild/kbuild.txt
@@
-50,6
+50,11
@@
LDFLAGS_MODULE
--------------------------------------------------
Additional options used for $(LD) when linking modules.
+KBUILD_KCONFIG
+--------------------------------------------------
+Set the top-level Kconfig file to the value of this environment
+variable. The default name is "Kconfig".
+
KBUILD_VERBOSE
--------------------------------------------------
Set the kbuild verbosity. Can be assigned same values as "V=...".