linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
@ 2019-08-09  0:21 Shaun Tancheff
  2019-08-09  0:21 ` [PATCH 1/1] kbuild: recursive build of external kernel modules Shaun Tancheff
  0 siblings, 1 reply; 6+ messages in thread
From: Shaun Tancheff @ 2019-08-09  0:21 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Shaun Tancheff, linux-kbuild, Joe Lawrence,
	'James E . J . Bottomley',
	Jonathan Corbet, 'Martin K . Petersen',
	Michal Marek, Shuah Khan, Thomas Renninger, linux-doc,
	linux-kernel, linux-pm, linux-scsi

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-13 22:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09  0:21 [PATCH 0/1] kbuild: Support building a tree of modules with -M=<root> Shaun Tancheff
2019-08-09  0:21 ` [PATCH 1/1] kbuild: recursive build of external kernel modules Shaun Tancheff
2019-08-12 15:23   ` Masahiro Yamada
2019-08-12 17:34     ` Shaun Tancheff
2019-08-13  1:06       ` Masahiro Yamada
2019-08-13 22:10         ` Shaun Tancheff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).