]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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, 26 Aug 2021 02:16:47 +0000 (11:16 +0900)
commit5916419268a8f1d05ae148b31797178d79bbdbd4
treeb8c26099cb1f6191c83822d7dcbfd286869b1481
parent5a0b50421c8210645bf28ebb2cbdaa03a57daac9
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