commit | f2712ec76a5433e5ec9def2bd52a95df1f96d050 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Nov 22 04:36:53 2020 +0900 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Dec 01 17:24:05 2020 -0800 |
tree | 4c571202e2e38dfe04c1c469618dd14821e3adf8 | |
parent | 9836720911cfec25d3fbdead1c438bf87e0f2841 [diff] |
ARC: build: add uImage.lzma to the top-level target 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>