kernel-build: Avoid stderr and stdout interleave
By merging stdout and stderr with 2>&1 we could end up in a situation where the output of both is mixed up, which can cause that error: or warning: strings are skipped.
Signed-off-by: Ricardo Ribalda ribalda@chromium.org