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

From: Shaun Tancheff
Date: Thu Aug 08 2019 - 20:21:53 EST


Currently when building lustre against 5.3 kernel modules fail to
generate <module>.ko files.

Lustre builds a tree of modules however the numerous modules.order files
are created but only the modules.order file at the root appears to be
read.

This changes the the scheme for KBUILD_EXTMOD to write to 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