diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-07 12:16:44 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-07 12:16:44 +0100 |
commit | d7051da8c618dbb2177e4d06ea0c8fe0ec46d13f (patch) | |
tree | 881f6570ec91d9a30883d0b2a7cc2ba0e2d20bbc | |
parent | 7bb7de971269c863e7d5204417dd6adcc73e72c1 (diff) | |
download | buildroot-novena-d7051da8c618dbb2177e4d06ea0c8fe0ec46d13f.tar.gz buildroot-novena-d7051da8c618dbb2177e4d06ea0c8fe0ec46d13f.zip |
Makefile: document savedefconfig in 'make help', like it's done in Linux
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -618,6 +618,7 @@ help: @echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' randconfig - New config with random answer to all options' @echo ' defconfig - New config with default answer to all options' + @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' @echo ' allyesconfig - New config where all options are accepted with yes' @echo ' allnoconfig - New config where all options are answered with no' @echo ' randpackageconfig - New config with random answer to package options' |