mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01: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:
parent
cf9d692629
commit
2adde2eb16
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue