From 1043c3d78a3eccaa441e7da88e1574bcfcb4c5f8 Mon Sep 17 00:00:00 2001 From: PR3FL0P Date: Thu, 5 Feb 2026 05:30:05 +0300 Subject: [PATCH] Update Makefile.modpost --- scripts/Makefile.modpost | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 739402f455097..39472e834b634 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -41,7 +41,6 @@ include $(srctree)/scripts/Kbuild.include MODPOST = scripts/mod/modpost modpost-args = \ - $(if $(CONFIG_MODULES),-M) \ $(if $(CONFIG_MODVERSIONS),-m) \ $(if $(CONFIG_MODULE_SRCVERSION_ALL),-a) \ $(if $(CONFIG_SECTION_MISMATCH_WARN_ONLY),,-E) \