riscv: move the (z)install rules to arch/riscv/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:21:47 +0000 (23:21 +0900)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Sat, 11 Sep 2021 06:08:26 +0000 (23:08 -0700)
commit399c1ec8467c563ae9db4c19a40a9d5e728b1e72
tree7c4eced8f5f1756f86e379433da3e0f49a4dc155
parentd5935537c8256fc63c77d5f4914dfd6e3ef43241
riscv: move the (z)install rules to arch/riscv/Makefile

Currently, the (z)install targets in arch/riscv/Makefile descend into
arch/riscv/boot/Makefile to invoke the shell script, but there is no
good reason to do so.

arch/riscv/Makefile can run the shell script directly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Makefile
arch/riscv/boot/Makefile