mbox series

[0/6] ARC: build: fix various issues in arc boot Makefile

Message ID 20201121193657.51441-1-masahiroy@kernel.org
Headers show
Series ARC: build: fix various issues in arc boot Makefile | expand

Message

Masahiro Yamada Nov. 21, 2020, 7:36 p.m. UTC
Masahiro Yamada (6):
  ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
  ARC: build: add uImage.lzma to the top-level target
  ARC: build: add boot_targets to PHONY
  ARC: build: move symlink creation to arch/arc/Makefile to avoid race
  ARC: build: remove unneeded extra-y
  ARC: build: use $(READELF) instead of hard-coded readelf

 arch/arc/Makefile      | 20 +++++++++++++-------
 arch/arc/boot/Makefile | 18 ++++--------------
 2 files changed, 17 insertions(+), 21 deletions(-)

Comments

Vineet Gupta Nov. 25, 2020, 4:40 a.m. UTC | #1
Hi Masahiro San,

On 11/21/20 11:36 AM, Masahiro Yamada wrote:
>
>
> Masahiro Yamada (6):
>    ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
>    ARC: build: add uImage.lzma to the top-level target
>    ARC: build: add boot_targets to PHONY
>    ARC: build: move symlink creation to arch/arc/Makefile to avoid race
>    ARC: build: remove unneeded extra-y
>    ARC: build: use $(READELF) instead of hard-coded readelf
>
>   arch/arc/Makefile      | 20 +++++++++++++-------
>   arch/arc/boot/Makefile | 18 ++++--------------
>   2 files changed, 17 insertions(+), 21 deletions(-)

This LGTM. Do you want me to pick up these via ARC tree ?

Thx,
-Vineet
Masahiro Yamada Dec. 1, 2020, 12:27 p.m. UTC | #2
On Wed, Nov 25, 2020 at 1:40 PM Vineet Gupta <Vineet.Gupta1@synopsys.com> wrote:
>
> Hi Masahiro San,
>
> On 11/21/20 11:36 AM, Masahiro Yamada wrote:
> >
> >
> > Masahiro Yamada (6):
> >    ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
> >    ARC: build: add uImage.lzma to the top-level target
> >    ARC: build: add boot_targets to PHONY
> >    ARC: build: move symlink creation to arch/arc/Makefile to avoid race
> >    ARC: build: remove unneeded extra-y
> >    ARC: build: use $(READELF) instead of hard-coded readelf
> >
> >   arch/arc/Makefile      | 20 +++++++++++++-------
> >   arch/arc/boot/Makefile | 18 ++++--------------
> >   2 files changed, 17 insertions(+), 21 deletions(-)
>
> This LGTM. Do you want me to pick up these via ARC tree ?
>
> Thx,
> -Vineet

Yes, please. Thanks.