aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-07-04 22:47:39 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-06 09:04:01 -0400
commit00e0793f834cd233240b19532581e3205caaccd9 (patch)
treec087c8abb48a304122244d4b4bdfd786655d3d1d
parent452d4c8673112ee72de6042d5d95c761acc2d35a (diff)
kbuild: document the KBUILD_KCONFIG env. variable
Add usage info for the Kbuild environment variable KBUILD_KCONFIG. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--Documentation/kbuild/kbuild.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt
index 1eb59cba242c..114c7ce7b58d 100644
--- a/Documentation/kbuild/kbuild.txt
+++ b/Documentation/kbuild/kbuild.txt
@@ -50,6 +50,11 @@ LDFLAGS_MODULE
50-------------------------------------------------- 50--------------------------------------------------
51Additional options used for $(LD) when linking modules. 51Additional options used for $(LD) when linking modules.
52 52
53KBUILD_KCONFIG
54--------------------------------------------------
55Set the top-level Kconfig file to the value of this environment
56variable. The default name is "Kconfig".
57
53KBUILD_VERBOSE 58KBUILD_VERBOSE
54-------------------------------------------------- 59--------------------------------------------------
55Set the kbuild verbosity. Can be assigned same values as "V=...". 60Set the kbuild verbosity. Can be assigned same values as "V=...".