提交 367e43c5 编写于 作者: M Michal Marek

link-vmlinux.sh: Fix stray "echo" in error message

Reported-by: NJan Engelhardt <jengelh@inai.de>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 0d7614f0
......@@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
if ! cmp -s System.map .tmp_System.map; then
echo >&2 Inconsistent kallsyms data
echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
cleanup
exit 1
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册