]> www.infradead.org Git - users/dwmw2/linux.git/commit
ARC: build: add uImage.lzma to the top-level target
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 21 Nov 2020 19:36:53 +0000 (04:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jan 2021 14:48:41 +0000 (15:48 +0100)
commitd35ad5d5bc1e5d4d481c0e03fc7898b21fa21560
tree29ef016716b903c09f4e0c3236b51ab8d9f4b31f
parent4c8e76fc73cb20db8b2bf26d3ecb26d51f5287c9
ARC: build: add uImage.lzma to the top-level target

[ Upstream commit f2712ec76a5433e5ec9def2bd52a95df1f96d050 ]

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>
arch/arc/Makefile