aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-06-01 14:57:27 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-06-06 23:39:20 +0900
commit0b19d54cae11bd5b9e208f52e42d88ad33a3b1d9 (patch)
tree61ab5fc541defa3a5203136624b09adbd2d6407a /Makefile
parentmodpost: add mod->is_vmlinux struct member (diff)
downloadwireguard-linux-0b19d54cae11bd5b9e208f52e42d88ad33a3b1d9.tar.xz
wireguard-linux-0b19d54cae11bd5b9e208f52e42d88ad33a3b1d9.zip
modpost: remove mod->skip struct member
The meaning of 'skip' is obscure since it does not explain "what to skip". mod->skip is set when it is vmlinux or the module info came from a dump file. So, mod->skip is equivalent to (mod->is_vmlinux || mod->from_dump). For the check in write_namespace_deps_files(), mod->is_vmlinux is unneeded because the -d option is not passed in the first pass of modpost. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions