diff options
-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 ''; \ |