diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-02-05 11:25:05 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-02-08 20:45:09 +0100 |
commit | a043934207c5eb271deeaed2e9bd019c3be92cad (patch) | |
tree | 8be5eff4e91002b0e2b57b8f98179dee580d4fb6 /net | |
parent | b41c29b0527c7fd6a95d0f71274abb79933bf960 (diff) | |
download | linux-a043934207c5eb271deeaed2e9bd019c3be92cad.tar.bz2 |
scripts/link-vmlinux.sh: force error on kallsyms failure
Since the output of the invocation of scripts/kallsyms is piped directly
into the assembler, error messages it emits are visible on stderr, but
a non-zero return code is ignored, and the build simply proceeds in that
case. However, the resulting kernel is most likely broken, and will crash
at boot.
So instead, capture the output of kallsyms in a separate .S file, and pass
that to the assembler in a separate step.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions