linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: document the KBUILD_KCONFIG env. variable
@ 2018-07-05  2:47 Randy Dunlap
  2018-07-06  0:55 ` Masahiro Yamada
  2018-07-06  8:58 ` Cao jin
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2018-07-05  2:47 UTC (permalink / raw)
  To: linux-kbuild, Masahiro Yamada; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

Add usage info for the Kbuild environment variable KBUILD_KCONFIG.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/kbuild/kbuild.txt |    5 +++++
 1 file changed, 5 insertions(+)

--- lnx-418-rc3.orig/Documentation/kbuild/kbuild.txt
+++ lnx-418-rc3/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=...".



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-06  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05  2:47 [PATCH] kbuild: document the KBUILD_KCONFIG env. variable Randy Dunlap
2018-07-06  0:55 ` Masahiro Yamada
2018-07-06  8:58 ` Cao jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).