[PATCH v2] Makefile: remove dependency on archscripts for header installation

Henrik Lindström posted 1 patch 9 months ago
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] Makefile: remove dependency on archscripts for header installation
Posted by Henrik Lindström 9 months ago
archscripts has nothing to do with headers_install.

Signed-off-by: Henrik Lindström <henrik@lxm.se>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b29cc321ffd9..0234faafe8f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1366,7 +1366,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
-- 
2.39.5

Re: [PATCH v2] Makefile: remove dependency on archscripts for header installation
Posted by Masahiro Yamada 8 months, 4 weeks ago
On Tue, May 13, 2025 at 1:11 AM Henrik Lindström <henrik@lxm.se> wrote:
>
> archscripts has nothing to do with headers_install.
>
> Signed-off-by: Henrik Lindström <henrik@lxm.se>
> ---

Applied with Reviewed-by: Nicolas Schier <n.schier@avm.de>
Thanks.


-- 
Best Regards
Masahiro Yamada