From: Randy Dunlap <[email protected]>
Add usage info for the Kbuild environment variable KBUILD_KCONFIG.
Signed-off-by: Randy Dunlap <[email protected]>
---
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=...".
2018-07-05 11:47 GMT+09:00 Randy Dunlap <[email protected]>:
> From: Randy Dunlap <[email protected]>
>
> Add usage info for the Kbuild environment variable KBUILD_KCONFIG.
>
> Signed-off-by: Randy Dunlap <[email protected]>
Applied to linux-kbuild. Thanks!
--
Best Regards
Masahiro Yamada
On 07/05/2018 10:47 AM, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Add usage info for the Kbuild environment variable KBUILD_KCONFIG.
>
> Signed-off-by: Randy Dunlap <[email protected]>
I can recall this variable does take me a little while to find out its
meaning during my earliest time in kbuild, so,
Acked-by: Cao jin <[email protected]>
--
Sincerely,
Cao jin
> ---
> 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=...".
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>