Browse Source

buildsys: document savedefconfig in help

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 years ago
parent
commit
648e744e3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.help

+ 1 - 0
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 ''; \