summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-21 01:17:30 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-21 01:17:30 -0600
commitf919a87612241c71e924588610f22260a3e9370e (patch)
treee29c2f1e726d96c618de7de0cbc8d78772f80dcf /Makefile
parentf82981b97110ac217ff7f0d7e5fd7d26036adfde (diff)
fix various automatic configuration targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 91d991518..b0e240795 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,9 @@ help:
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' (default when .config does not exist)'
@echo ' oldconfig - Update current config utilising a provided .configs base'
- @echo ' allmodconfig - New config selecting all packages as modules when possible'
- @echo ' allconfig - New config selecting all packages when possible'
+ @echo ' defconfig - New config with defaults'
+ @echo ' allmodconfig - New config selecting all symbols with m'
+ @echo ' allyesconfig - New config selecting all symbols with y'
@echo ' allnoconfig - New config where all options are answered with no'
@echo ''
@echo 'Help targets:'
@@ -132,13 +133,13 @@ defconfig: .prereq_done
@${GMAKE_INV} defconfig
allnoconfig: .prereq_done
- @${GMAKE_INV} _config W=--allnoconfig
+ @${GMAKE_INV} KCONFIG_ALLCONFIG=all.config _config W=--allnoconfig
-allconfig: .prereq_done
- @${GMAKE_INV} _mconfig W=--allyesconfig RCONFIG=Config.in
+allyesconfig: .prereq_done
+ @${GMAKE_INV} KCONFIG_ALLCONFIG=all.config _config W=--allyesconfig
allmodconfig: .prereq_done
- @${GMAKE_INV} _mconfig W=--allmodconfig RCONFIG=Config.in
+ @${GMAKE_INV} KCONFIG_ALLCONFIG=all.config _config W=--allmodconfig
package_index: .prereq_done
@${GMAKE_INV} package_index