From: Henrik Lindström Date: Mon, 12 May 2025 16:10:06 +0000 (+0200) Subject: Makefile: remove dependency on archscripts for header installation X-Git-Tag: v6.16-rc1~10^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2adde2eb1638336e17f887070e6dfc52205d464b;p=thirdparty%2Flinux.git Makefile: remove dependency on archscripts for header installation archscripts has nothing to do with headers_install. Signed-off-by: Henrik Lindström Reviewed-by: Nicolas Schier Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index a9edd0303653..efbc0966b82a 100644 --- a/Makefile +++ b/Makefile @@ -1365,7 +1365,7 @@ PHONY += archheaders archscripts hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj PHONY += headers -headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts +headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders ifdef HEADER_ARCH $(Q)$(MAKE) -f $(srctree)/Makefile HEADER_ARCH= SRCARCH=$(HEADER_ARCH) headers else