Re: [PATCH 1/1] kbuild: recursive build of external kernel modules

2019-08-13 Thread Shaun Tancheff
On Mon, Aug 12, 2019 at 8:07 PM Masahiro Yamada wrote: > > On Tue, Aug 13, 2019 at 2:34 AM Shaun Tancheff wrote: > > > > On Mon, Aug 12, 2019 at 10:24 AM Masahiro Yamada > > wrote: > > > > > > On Fri, Aug 9, 2019 at 9:21 AM Shaun Tancheff wrote: > > > > > > > > When building a tree of external

Re: [PATCH 1/1] kbuild: recursive build of external kernel modules

2019-08-12 Thread Masahiro Yamada
On Tue, Aug 13, 2019 at 2:34 AM Shaun Tancheff wrote: > > On Mon, Aug 12, 2019 at 10:24 AM Masahiro Yamada > wrote: > > > > On Fri, Aug 9, 2019 at 9:21 AM Shaun Tancheff wrote: > > > > > > When building a tree of external modules stage 2 fails > > > silently as the root modules.order is empty. >

Re: [PATCH 1/1] kbuild: recursive build of external kernel modules

2019-08-12 Thread Shaun Tancheff
On Mon, Aug 12, 2019 at 10:24 AM Masahiro Yamada wrote: > > On Fri, Aug 9, 2019 at 9:21 AM Shaun Tancheff wrote: > > > > When building a tree of external modules stage 2 fails > > silently as the root modules.order is empty. > > > > Modify the modules.order location to be fixed to the > > root wh

Re: [PATCH 1/1] kbuild: recursive build of external kernel modules

2019-08-12 Thread Masahiro Yamada
On Fri, Aug 9, 2019 at 9:21 AM Shaun Tancheff wrote: > > When building a tree of external modules stage 2 fails > silently as the root modules.order is empty. > > Modify the modules.order location to be fixed to the > root when KBUILD_EXTMOD is specified and write all > module paths to the single

[PATCH 1/1] kbuild: recursive build of external kernel modules

2019-08-08 Thread Shaun Tancheff
When building a tree of external modules stage 2 fails silently as the root modules.order is empty. Modify the modules.order location to be fixed to the root when KBUILD_EXTMOD is specified and write all module paths to the single modules.order file. Signed-off-by: Shaun Tancheff --- Makefile