Skip to content

Commit 30527ce

Browse files
committed
kbuild: remove 'prepare1' target
Now that there is no rule for 'prepare1', it can go away. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 60ae1b1 commit 30527ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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;
11071107
endif
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

11141112
prepare0: archprepare
11151113
$(Q)$(MAKE) $(build)=scripts/mod

0 commit comments

Comments
 (0)