summaryrefslogtreecommitdiff
path: root/mk/help.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/help.mk')
-rw-r--r--mk/help.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/help.mk b/mk/help.mk
index 89b9069..22e21b2 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -35,6 +35,10 @@ help:
@echo
@echo "make menuconfig: Same as xconfig but using this time ncurse GUI."
@echo
+ @echo "make olddefconfig: Update silently current config utilising a"
+ @echo " provided .config as base, and sets new"
+ @echo " symbols to their default value."
+ @echo
@echo "make: Start building your toolchain and your root"
@echo " filesystem (if selected) or start xconfig if"
@echo " you did not configure before."