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: > &

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

[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

[PATCH 0/1] kbuild: Support building a tree of modules with -M=

2019-08-08 Thread Shaun Tancheff
and read from a single modules.order file at the root. Shaun Tancheff (1): kbuild: recursive build of external kernel modules Makefile | 1 + scripts/Makefile.build | 8 +++- 2 files changed, 8 insertions(+), 1 deletion(-) -- 2.20.1