commit | b956c7a6df3aa01f357f8ac5bc3e44bc3ab7befb | [log] [tgz] |
---|---|---|
author | Harald Seiler <hws@denx.de> | Tue Jul 09 12:50:50 2019 +0200 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 11 00:05:09 2019 +0900 |
tree | 29054ca74fc2be40d342e39d317602d93028914a | |
parent | 95fd3f87bfbe8edaa5e955e0f858a0a573c09ab6 [diff] |
kbuild: fix compression errors getting ignored A missing compression utility or other errors were not picked up by make and an empty kernel image was produced. By removing the &&, errors will no longer be ignored. Signed-off-by: Harald Seiler <hws@denx.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>