Re: [PATCH] arm64: move the (z)install rules to arch/arm64/Makefile

From: Catalin Marinas
Date: Mon Aug 02 2021 - 08:46:31 EST


On Thu, Jul 29, 2021 at 11:05:27PM +0900, Masahiro Yamada wrote:
> 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@xxxxxxxxxx>
> ---
>
> arch/arm64/Makefile | 7 +++++--
> arch/arm64/boot/Makefile | 8 --------
> 2 files changed, 5 insertions(+), 10 deletions(-)

Is this part of some cross-arch clean-up? I can see x86 for example does
the same thing.

Thanks.

--
Catalin