]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit56f591300f58584c85f69c8d4d2aff3990f50635
tree7c4eced8f5f1756f86e379433da3e0f49a4dc155
parente8868c7308534b5847dae2f92d42845530a14feb
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