summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-21 01:08:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-21 01:08:43 +0200
commit6e602150c51a7786bbaa81dc381bc1721015ba74 (patch)
treeb992160e6d95316b3ce074aee394ea1150350ccf /mk
parentc63229ca148a98714dd1318d1cba17177c28f35e (diff)
use -m for allmodconfig
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index b9e6b5d56..df07fcba8 100644
--- a/mk/build.mk
+++ b/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