File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ scripts: scripts_basic scripts_dtc
10891089# archprepare is used in arch Makefiles and when processed asm symlink,
10901090# version.h and scripts_basic is processed / created.
10911091
1092- PHONY += prepare archprepare prepare1 prepare3
1092+ PHONY += prepare archprepare prepare3
10931093
10941094# prepare3 is used to check if we are building in a separate output directory,
10951095# and if so do:
@@ -1106,10 +1106,8 @@ ifdef building_out_of_srctree
11061106 fi;
11071107endif
11081108
1109- prepare1 : prepare3 outputmakefile asm-generic $(version_h ) $(autoksyms_h ) \
1110- include/generated/utsrelease.h
1111-
1112- archprepare : archheaders archscripts prepare1 scripts
1109+ archprepare : archheaders archscripts scripts prepare3 outputmakefile \
1110+ asm-generic $(version_h ) $(autoksyms_h ) include/generated/utsrelease.h
11131111
11141112prepare0 : archprepare
11151113 $(Q )$(MAKE ) $(build ) =scripts/mod
You can’t perform that action at this time.
0 commit comments