Re: [U-Boot] [PATCH v9 0/38] Switch over to real Kbuild

2014-02-19 Thread Tom Rini
On Tue, Feb 04, 2014 at 05:24:07PM +0900, Masahiro Yamada wrote: > We switched to Kbuild style makefiles at v2014.01-rc1 release. > With that modification, we can write makefiles simpler. > But it is NOT real Kbuild. We need more progress. > > As the next step, this series imports (+ adjusts) bui

Re: [U-Boot] [PATCH v9 0/38] Switch over to real Kbuild

2014-02-04 Thread Masahiro Yamada
Hello Otavio, > Does this version address Simon's build time increase? Or did it been > identified? Updates in v9 are unrelated with Simon's anxiety about Kbuild performance. In my view, preformance regression by Kbuild is not so big. And its cause was identified. Please read my analysis. http

Re: [U-Boot] [PATCH v9 0/38] Switch over to real Kbuild

2014-02-04 Thread Otavio Salvador
On Tue, Feb 4, 2014 at 6:24 AM, Masahiro Yamada wrote: > > We switched to Kbuild style makefiles at v2014.01-rc1 release. > With that modification, we can write makefiles simpler. > But it is NOT real Kbuild. We need more progress. > > As the next step, this series imports (+ adjusts) build script