]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/mk/config.inc
update
[l4.git] / l4 / mk / config.inc
index 9d81b9d62f2d3b7412096a1a040e081c8a44228b..a838bb6720b47fb5687a816ef8ff039c09795e86 100644 (file)
@@ -149,11 +149,16 @@ cleanall::
        $(VERBOSE)$(RM) $(DROPSCONF_CONFIG) $(DROPSCONF_CONFIG_H) \
                        $(DROPSCONF_CONFIG_MK) .menuconfig.log \
                        $(DROPSCONF_CONFIG).old
+
 help::
-       @echo "  config         - run the menu-driven configuration tool"
-       @echo "  txtconfig      - run the configuration tool"
-       @echo "  oldconfig      - (re)create the configuration header based on a prior"
-       @echo "                   configuration or default values"
+       @echo
+       @echo "Configuration targets:"
+       @echo "  config           - run the menu-driven configuration tool"
+       @echo "  gconfig          - run a graphical configuration tool"
+       @echo "  qconfig          - run a graphical configuration tool"
+       @echo "  xconfig          - run a graphical configuration tool"
+       @echo "  oldconfig        - (re)create the configuration header based on a prior"
+       @echo "                     configuration or default values"
 
 # special switch not to include DROPSCONF_CONFIG_MK
 ifeq ($(DROPSCONF_DONTINC_MK),)