Re: [PATCH] kbuild: document the KBUILD_KCONFIG env. variable

2018-07-06 Thread Cao jin
On 07/05/2018 10:47 AM, Randy Dunlap wrote: > From: Randy Dunlap > > Add usage info for the Kbuild environment variable KBUILD_KCONFIG. > > Signed-off-by: Randy Dunlap I can recall this variable does take me a little while to find out its meaning during my earliest time in kbuild, so, Acke

Re: [PATCH] kbuild: document the KBUILD_KCONFIG env. variable

2018-07-05 Thread Masahiro Yamada
2018-07-05 11:47 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > Add usage info for the Kbuild environment variable KBUILD_KCONFIG. > > Signed-off-by: Randy Dunlap Applied to linux-kbuild. Thanks! -- Best Regards Masahiro Yamada

[PATCH] kbuild: document the KBUILD_KCONFIG env. variable

2018-07-04 Thread Randy Dunlap
From: Randy Dunlap Add usage info for the Kbuild environment variable KBUILD_KCONFIG. Signed-off-by: Randy Dunlap --- Documentation/kbuild/kbuild.txt |5 + 1 file changed, 5 insertions(+) --- lnx-418-rc3.orig/Documentation/kbuild/kbuild.txt +++ lnx-418-rc3/Documentation/kbuild/kbuild.