Skip to content
Commit 7e8a3235 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

modpost: show warning if vmlinux is not found when processing modules



check_exports() does not print warnings about unresolved symbols if
vmlinux is missing because there would be too many.

This situation happens when you do 'make modules' from the clean
tree, or compile external modules against a kernel tree that has
not been completely built.

It is dangerous to not check unresolved symbols because you might be
building useless modules. At least it should be warned.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 436b2ac6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment