mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Makefile: remove dependency on archscripts for header installation
archscripts has nothing to do with headers_install. Signed-off-by: Henrik Lindström <henrik@lxm.se> Reviewed-by: Nicolas Schier <n.schier@avm.de> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
committed by
Masahiro Yamada
parent
cf9d692629
commit
2adde2eb16
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user