ARC: build: add uImage.lzma to the top-level target
stable inclusion from stable-5.10.9 commit e1c4b5ff9655d643982a92fdf0d0ef38cf6c7875 bugzilla: 47457 -------------------------------- [ Upstream commit f2712ec7 ] 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> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment