Browse Source

use -m for allmodconfig

Waldemar Brodkorb 15 years ago
parent
commit
6e602150c5
1 changed files with 1 additions and 1 deletions
  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