sparc: move the install rule to arch/sparc/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:24:40 +0000 (23:24 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 Sep 2021 23:17:20 +0000 (08:17 +0900)
commit87c3cb564f3e34626f1afc0286b864045559b403
treef400a6a92eee6014f160fcb5e3c172f67108bc71
parente052826ff1a685a5c3a7033e907213de8433253e
sparc: move the install rule to arch/sparc/Makefile

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

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

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