diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 01:08:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 01:08:43 +0200 |
commit | 6e602150c51a7786bbaa81dc381bc1721015ba74 (patch) | |
tree | b992160e6d95316b3ce074aee394ea1150350ccf | |
parent | c63229ca148a98714dd1318d1cba17177c28f35e (diff) |
use -m for allmodconfig
-rw-r--r-- | mk/build.mk | 2 |
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 |