]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/link-vmlinux.sh
Merge remote-tracking branch 'xtensa/for_next'
[karo-tx-linux.git] / scripts / link-vmlinux.sh
index df48dda8a2da732327fa2e85c04f0232d93adae7..b3d907eb93a91e7437ec8be8dac4248990eaf1e0 100644 (file)
@@ -216,7 +216,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