Explorar el Código

use -m for allmodconfig

Waldemar Brodkorb hace 16 años
padre
commit
6e602150c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -179,7 +179,7 @@ _config: $(CONFIG)/conf
 .NOTPARALLEL: _mconfig
 _mconfig: ${CONFIG}/conf _mconfig2 _config
 _mconfig2: ${CONFIG}/conf
-	@${CONFIG}/conf -M ${RCONFIG} >/dev/null
+	@${CONFIG}/conf -m ${RCONFIG} >/dev/null
 
 distclean:
 	@$(MAKE) -C $(CONFIG) clean