mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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:
@@ -62,7 +62,7 @@ __modpost: vmlinux.symvers
|
||||
|
||||
else
|
||||
|
||||
MODPOST += -s \
|
||||
MODPOST += \
|
||||
$(if $(KBUILD_NSDEPS),-d $(MODULES_NSDEPS))
|
||||
|
||||
ifeq ($(KBUILD_EXTMOD),)
|
||||
|
||||
Reference in New Issue
Block a user