Skip to content

Commit 2adde2e

Browse files
henke9600masahir0y
authored andcommitted
Makefile: remove dependency on archscripts for header installation
archscripts has nothing to do with headers_install. Signed-off-by: Henrik Lindström <[email protected]> Reviewed-by: Nicolas Schier <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent cf9d692 commit 2adde2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ PHONY += archheaders archscripts
13651365
hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
13661366

13671367
PHONY += headers
1368-
headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
1368+
headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders
13691369
ifdef HEADER_ARCH
13701370
$(Q)$(MAKE) -f $(srctree)/Makefile HEADER_ARCH= SRCARCH=$(HEADER_ARCH) headers
13711371
else

0 commit comments

Comments
 (0)