X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2FMakefile.modpost;h=f7f758c2534c81e0cc4ae66fa385fe64abc35da4;hb=d8d820b7fd98940dc7f9c7dac7e9dc228bcb2c12;hp=9c40daea846cdbe932328d73b789f2a634c8f8c6;hpb=4b60d96f17e59e4d20fe9b8eef39a33456c38320;p=karo-tx-linux.git diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 9c40daea846c..f7f758c2534c 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -77,6 +77,7 @@ modpost = scripts/mod/modpost \ $(if $(KBUILD_EXTRA_SYMBOLS), $(patsubst %, -e %,$(KBUILD_EXTRA_SYMBOLS))) \ $(if $(KBUILD_EXTMOD),-o $(modulesymfile)) \ $(if $(CONFIG_DEBUG_SECTION_MISMATCH),,-S) \ + $(if $(CONFIG_SECTION_MISMATCH_WARN_ONLY),,-E) \ $(if $(KBUILD_EXTMOD)$(KBUILD_MODPOST_WARN),-w) \ $(if $(CONFIG_LTO),-w)