Re: [PATCH] kbuild: descend to scripts/kconfig/ directly when syncconfig is needed

2019-02-19 Thread Masahiro Yamada
On Thu, Jan 24, 2019 at 1:25 PM Masahiro Yamada wrote: > > On Fri, Jan 18, 2019 at 5:17 PM Masahiro Yamada > wrote: > > > > The recursion of the top Makefile is inefficient. > > Just descend to scripts/kconfig/. > > > > Signed-off-by: Masahiro Yamada > > --- > > Applied to linux-kbuild. I drop

Re: [PATCH] kbuild: descend to scripts/kconfig/ directly when syncconfig is needed

2019-01-23 Thread Masahiro Yamada
On Fri, Jan 18, 2019 at 5:17 PM Masahiro Yamada wrote: > > The recursion of the top Makefile is inefficient. > Just descend to scripts/kconfig/. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild. > > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

[PATCH] kbuild: descend to scripts/kconfig/ directly when syncconfig is needed

2019-01-18 Thread Masahiro Yamada
The recursion of the top Makefile is inefficient. Just descend to scripts/kconfig/. Signed-off-by: Masahiro Yamada --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9851a44..d5f0ac4 100644 --- a/Makefile +++ b/Makefile @@ -631,7 +631,7 @@