From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-f67.google.com ([209.85.210.67]:44675 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732796AbfHIAVw (ORCPT ); Thu, 8 Aug 2019 20:21:52 -0400 From: Shaun Tancheff Subject: [PATCH 0/1] kbuild: Support building a tree of modules with -M= Date: Thu, 8 Aug 2019 19:21:03 -0500 Message-Id: <20190809002104.18599-1-stancheff@cray.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Shaun Tancheff , linux-kbuild@vger.kernel.org, Joe Lawrence , "'James E . J . Bottomley'" , Jonathan Corbet , "'Martin K . Petersen'" , Michal Marek , Shuah Khan , Thomas Renninger , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-scsi@vger.kernel.org Currently when building lustre against 5.3 kernel modules fail to generate .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