We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7614f commit 367e43cCopy full SHA for 367e43c
scripts/link-vmlinux.sh
@@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
211
212
if ! cmp -s System.map .tmp_System.map; then
213
echo >&2 Inconsistent kallsyms data
214
- echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
+ echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
215
cleanup
216
exit 1
217
fi
0 commit comments