]> 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)
commit0205970a660ba99ae7ca87b39644b58e1726066f
tree7c4eced8f5f1756f86e379433da3e0f49a4dc155
parent95b9635bd1cd7c20054d9ae8d57992c66f64bc77
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