summaryrefslogtreecommitdiff
path: root/kconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r--kconfig/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index a98092c..95446f1 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -58,14 +58,10 @@ defoldconfig:$(obj)/conf $(GEN_CONFIG_FILES)
@yes "" |$< -s $(KCONFIG_TOP) >/dev/null
# Help text used by make help
-help::
- @echo 'General purpose configuration targets:'
+help-config::
@echo ' config - Update current config using a line-oriented program'
@echo ' menuconfig - Update current config using a menu based program'
@echo ' oldconfig - Update current config using a provided .config as base'
- @# saveconfig is listed here for homogeneity, but implemented in samples/Makefile
- @echo ' saveconfig - Save current config as a preconfigured target'
- @echo ''
# Cheesy build