modpost: remove -s option

The -s option was added by commit 8d8d8289df ("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>
This commit is contained in:
Masahiro Yamada
2020-06-01 14:57:22 +09:00
parent 75893572d4
commit 467b82d7ce
2 changed files with 3 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ __modpost: vmlinux.symvers
else
MODPOST += -s \
MODPOST += \
$(if $(KBUILD_NSDEPS),-d $(MODULES_NSDEPS))
ifeq ($(KBUILD_EXTMOD),)