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(-) -- 2.25.1
- [PATCH 0/6] ARC: build: fix various issues in arc boot Mak... Masahiro Yamada
- [PATCH 2/6] ARC: build: add uImage.lzma to the top-le... Masahiro Yamada
- [PATCH 5/6] ARC: build: remove unneeded extra-y Masahiro Yamada