Commit 30527cef authored by Masahiro Yamada's avatar Masahiro Yamada

kbuild: remove 'prepare1' target

Now that there is no rule for 'prepare1', it can go away.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 60ae1b19
...@@ -1089,7 +1089,7 @@ scripts: scripts_basic scripts_dtc ...@@ -1089,7 +1089,7 @@ scripts: scripts_basic scripts_dtc
# archprepare is used in arch Makefiles and when processed asm symlink, # archprepare is used in arch Makefiles and when processed asm symlink,
# version.h and scripts_basic is processed / created. # version.h and scripts_basic is processed / created.
PHONY += prepare archprepare prepare1 prepare3 PHONY += prepare archprepare prepare3
# prepare3 is used to check if we are building in a separate output directory, # prepare3 is used to check if we are building in a separate output directory,
# and if so do: # and if so do:
...@@ -1106,10 +1106,8 @@ ifdef building_out_of_srctree ...@@ -1106,10 +1106,8 @@ ifdef building_out_of_srctree
fi; fi;
endif endif
prepare1: prepare3 outputmakefile asm-generic $(version_h) $(autoksyms_h) \ archprepare: archheaders archscripts scripts prepare3 outputmakefile \
include/generated/utsrelease.h asm-generic $(version_h) $(autoksyms_h) include/generated/utsrelease.h
archprepare: archheaders archscripts prepare1 scripts
prepare0: archprepare prepare0: archprepare
$(Q)$(MAKE) $(build)=scripts/mod $(Q)$(MAKE) $(build)=scripts/mod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment