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

From: Masahiro Yamada
Date: Tue Aug 03 2021 - 01:41:45 EST


On Mon, Aug 2, 2021 at 9:46 PM Catalin Marinas <catalin.marinas@xxxxxxx> wrote:
>
> 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.
>

Yes. I want to do these cleanups tree-wide, but
I sent patches per arch.

Please pick it up to your arm64 tree
if you do not mind.



--
Best Regards
Masahiro Yamada