powerpc: make the install target not depend on any build artifact
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:19:36 +0000 (23:19 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Aug 2021 00:53:38 +0000 (10:53 +1000)
commit9bef456b20581e630ef9a13555ca04fed65a859d
tree553a725db979946b1b399eac0193a8711e0f3530
parent156ca4e650bfb9a4259b427069caa11b5a4df3d4
powerpc: make the install target not depend on any build artifact

The install target should not depend on any build artifact.

The reason is explained in commit 19514fc665ff ("arm, kbuild: make
"make install" not depend on vmlinux").

Change the PowerPC installation code in a similar way.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729141937.445051-2-masahiroy@kernel.org
arch/powerpc/boot/Makefile
arch/powerpc/boot/install.sh