]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
kbuild: fix compression errors getting ignored
authorHarald Seiler <hws@denx.de>
Tue, 9 Jul 2019 10:50:50 +0000 (12:50 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 Jul 2019 15:05:09 +0000 (00:05 +0900)
commitb956c7a6df3aa01f357f8ac5bc3e44bc3ab7befb
tree29054ca74fc2be40d342e39d317602d93028914a
parent95fd3f87bfbe8edaa5e955e0f858a0a573c09ab6
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>
scripts/Makefile.lib