ARM: 9102/1: move theinstall rules to arch/arm/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:03:51 +0000 (15:03 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 10 Aug 2021 11:16:07 +0000 (12:16 +0100)
commitd7bcc5e22967c96685d03dbbd167e1a1ddf9b910
treeb238b508f286d892e11d6a1a9ae5e59bbbb50447
parentb08cae33b88e5f80b419a504b9b8e5530dfc9565
ARM: 9102/1: move theinstall rules to arch/arm/Makefile

Currently, the (z/u)install targets in arch/arm/Makefile descend into
arch/arm/boot/Makefile to invoke the shell script, but there is no
good reason to do so.

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/Makefile
arch/arm/boot/Makefile