diff options
author | 2021-03-26 03:54:10 +0900 | |
---|---|---|
committer | 2021-04-25 05:17:38 +0900 | |
commit | 5ab70ff4286f74732c082b65366bad39146d2b10 (patch) | |
tree | 01b143765d6d02c295546c6875b3643b70e305bc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | kbuild: generate Module.symvers only when vmlinux exists (diff) | |
download | wireguard-linux-5ab70ff4286f74732c082b65366bad39146d2b10.tar.xz wireguard-linux-5ab70ff4286f74732c082b65366bad39146d2b10.zip |
kbuild: do not set -w for vmlinux.o modpost
The -w option is meaningless for the first pass of modpost (vmlinux.o).
We know there are unresolved symbols in vmlinux.o, hence we skip
check_exports() and other checks when mod->is_vmlinux is set.
See the following part in the for-loop.
if (mod->is_vmlinux || mod->from_dump)
continue;
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions