]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: move the (z)install rules to arch/arm64/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:05:27 +0000 (23:05 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 3 Aug 2021 15:19:03 +0000 (16:19 +0100)
commitfd3d24a554211f3a98fda8f70ef6abd1826c70b3
tree5eb8660e86cda303c0b9f3c771342e8b0e18b45a
parent34fa48c1f8b1d19d89ca993a82adcb1a83c0ea1b
arm64: move the (z)install rules to arch/arm64/Makefile

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

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210729140527.443116-1-masahiroy@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Makefile
arch/arm64/boot/Makefile