This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / scripts / Makefile.modpost
index 94b550e..b3d31b5 100644 (file)
@@ -52,7 +52,6 @@ _modpost: $(modules)
 quiet_cmd_modpost = MODPOST
       cmd_modpost = scripts/mod/modpost            \
         $(if $(CONFIG_MODVERSIONS),-m)             \
-       $(if $(CONFIG_MODULE_SRCVERSION_ALL),-a,)  \
        $(if $(KBUILD_EXTMOD),-i,-o) $(symverfile) \
        $(filter-out FORCE,$^)