summaryrefslogtreecommitdiff
path: root/kconfig/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 16:24:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 16:24:23 (GMT)
commit253edb125ba3d8ffc7bf29f1677c2b6513709b91 (patch)
tree56057324e832098fd914b6bffc22e1b0b5a8e997 /kconfig/Makefile
parentb9f843657aca844a6f08d807fcb493b4abc0f723 (diff)
Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).
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