diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-07-04 22:47:39 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 09:04:01 -0400 |
commit | 00e0793f834cd233240b19532581e3205caaccd9 (patch) | |
tree | c087c8abb48a304122244d4b4bdfd786655d3d1d | |
parent | 452d4c8673112ee72de6042d5d95c761acc2d35a (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.txt | 5 |
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 | -------------------------------------------------- |
51 | Additional options used for $(LD) when linking modules. | 51 | Additional options used for $(LD) when linking modules. |
52 | 52 | ||
53 | KBUILD_KCONFIG | ||
54 | -------------------------------------------------- | ||
55 | Set the top-level Kconfig file to the value of this environment | ||
56 | variable. The default name is "Kconfig". | ||
57 | |||
53 | KBUILD_VERBOSE | 58 | KBUILD_VERBOSE |
54 | -------------------------------------------------- | 59 | -------------------------------------------------- |
55 | Set the kbuild verbosity. Can be assigned same values as "V=...". | 60 | Set the kbuild verbosity. Can be assigned same values as "V=...". |