[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190809002104.18599-1-stancheff@cray.com>
Date: Thu, 8 Aug 2019 19:21:03 -0500
From: Shaun Tancheff <shaun@...cheff.com>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Shaun Tancheff <stancheff@...y.com>, linux-kbuild@...r.kernel.org,
Joe Lawrence <joe.lawrence@...hat.com>,
"'James E . J . Bottomley'" <jejb@...ux.ibm.com>,
Jonathan Corbet <corbet@....net>,
"'Martin K . Petersen'" <martin.petersen@...cle.com>,
Michal Marek <michal.lkml@...kovi.net>,
Shuah Khan <shuah@...nel.org>,
Thomas Renninger <trenn@...e.com>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-scsi@...r.kernel.org
Subject: [PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
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
Powered by blists - more mailing lists