nios2: move the install rule to arch/nios2/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:07:06 +0000 (23:07 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 22 Sep 2021 00:26:24 +0000 (09:26 +0900)
commit89b4db61c76197b899f9dc3dc06ea7c3a60729b8
tree64cb5df4849c2f8e90a6ed6691982549f9ff593b
parente4e737bb5c170df6135a127739a9e6148ee3da82
nios2: move the install rule to arch/nios2/Makefile

Currently, the install target in arch/nios2/Makefile descends into
arch/nios2/boot/Makefile to invoke the shell script, but it is no
good reason to do so.

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/nios2/Makefile
arch/nios2/boot/Makefile