[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220514040207.282910-1-masahiroy@kernel.org>
Date: Sat, 14 May 2022 13:02:06 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Mark Rutland <mark.rutland@....com>,
Vincent Mailhol <mailhol.vincent@...adoo.fr>,
Masahiro Yamada <masahiroy@...nel.org>
Subject: [v2 1/2] kbuild: move scripts/mod/ build to modules_prepare
Do $(build)=scripts/mod after $(build)=. so that
scripts/mod/devicetable-offsets.c can use headers generated by ./Kbuild.
Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
---
Changes for v2:
- New patch to fix errors reported by 0-day bot
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f90fcc1a7ff4..baa3440aea7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1190,7 +1190,6 @@ archprepare: outputmakefile archheaders archscripts scripts include/config/kerne
include/generated/autoconf.h remove-stale-files
prepare0: archprepare
- $(Q)$(MAKE) $(build)=scripts/mod
$(Q)$(MAKE) $(build)=.
# All the preparing..
@@ -1441,6 +1440,7 @@ targets += modules.order
PHONY += modules_prepare
modules_prepare: prepare
$(Q)$(MAKE) $(build)=scripts scripts/module.lds
+ $(Q)$(MAKE) $(build)=scripts/mod
export modules_sign_only :=
--
2.32.0
Powered by blists - more mailing lists