[v2 1/2] kbuild: move scripts/mod/ build to modules_prepare

From: Masahiro Yamada
Date: Sat May 14 2022 - 00:03:25 EST


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@xxxxxxxxxx>
---

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