diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-11-11 11:18:30 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-11-11 11:18:30 +0100 |
commit | 648e744e3d081835b6124ab6a5d9b3c38dee6dd9 (patch) | |
tree | 0ec10c3288df25eb6417843bacbcbd33cfc8fa84 | |
parent | 6967a690f9e5d70089e9c37d52d582d48c1f0429 (diff) |
buildsys: document savedefconfig in help
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.help | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index 417298f54..abc6471b5 100644 --- a/Makefile.help +++ b/Makefile.help @@ -27,6 +27,7 @@ help: @echo ' menuconfig - interactive curses-based configurator' @echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' silentoldconfig - resolve any unresolved symbols in .config, silently' + @echo ' savedefconfig - Save current config (minimal config)' @echo ' randconfig - generate a random .config' @$(if $(arch-defconfigs), \ @echo ''; \ |