1
0
Fork 0

ARC: build: add uImage.lzma to the top-level target

[ Upstream commit f2712ec76a ]

arch/arc/boot/Makefile supports uImage.lzma, but you cannot do
'make uImage.lzma' because the corresponding target is missing
in arch/arc/Makefile. Add it.

I also changed the assignment operator '+=' to ':=' since this is the
only place where we expect this variable to be set.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
5.4-rM2-2.2.x-imx-squashed
Masahiro Yamada 2020-11-22 04:36:53 +09:00 committed by Greg Kroah-Hartman
parent b9128252b9
commit 217d8ba22b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ libs-y += arch/arc/lib/ $(LIBGCC)
boot := arch/arc/boot
boot_targets += uImage uImage.bin uImage.gz
boot_targets := uImage uImage.bin uImage.gz uImage.lzma
$(boot_targets): vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@