]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: remove -s option
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:22 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:13 +0000 (23:38 +0900)
commit6c990bd4a900c1a9e7b7137d2f62b0b6bc099621
tree218a2ef7186d8a3cea4e6a4d24f5aced6fe0a251
parent6c5f42f38b65a4fce0c93bde09fffbb78f91600a
modpost: remove -s option

The -s option was added by commit a4dcaa318d8b ("kbuild: do not do
section mismatch checks on vmlinux in 2nd pass").

Now that the second pass does not parse vmlinux, this option is
unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.modpost
scripts/mod/modpost.c