mbox series

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

Message ID 20190809002104.18599-1-stancheff@cray.com (mailing list archive)
Headers show
Series kbuild: Support building a tree of modules with -M=<root> | expand

Message

Shaun Tancheff Aug. 9, 2019, 12:21 a.m. UTC
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(-)