[PATCH] arm64: move the (z)install rules to arch/arm64/Makefile
Catalin Marinas
catalin.marinas at arm.com
Mon Aug 2 05:46:25 PDT 2021
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 at kernel.org>
> ---
>
> 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
More information about the linux-arm-kernel
mailing list