Skip to content

Commit

Permalink
kbuild: remove 'prepare1' target
Browse files Browse the repository at this point in the history
Now that there is no rule for 'prepare1', it can go away.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
masahir0y committed Jul 17, 2019
1 parent 60ae1b1 commit 30527ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ scripts: scripts_basic scripts_dtc
# archprepare is used in arch Makefiles and when processed asm symlink,
# 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,
# and if so do:
Expand All @@ -1106,10 +1106,8 @@ ifdef building_out_of_srctree
fi;
endif

prepare1: prepare3 outputmakefile asm-generic $(version_h) $(autoksyms_h) \
include/generated/utsrelease.h

archprepare: archheaders archscripts prepare1 scripts
archprepare: archheaders archscripts scripts prepare3 outputmakefile \
asm-generic $(version_h) $(autoksyms_h) include/generated/utsrelease.h

prepare0: archprepare
$(Q)$(MAKE) $(build)=scripts/mod
Expand Down

0 comments on commit 30527ce

Please sign in to comment.