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)
commit70a4039bd4d723c9b86b365bf1cd2395beed2d07
tree5eb8660e86cda303c0b9f3c771342e8b0e18b45a
parentb24b5205099a342ee38f7db7c18e39da2f2ae8e8
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