kconfig/kconfig.mk
changeset 333 d647d0e6021e
parent 285 148f0a31e2d8
child 370 26fe0433ce29
     1.1 --- a/kconfig/kconfig.mk	Sun Jul 22 17:44:27 2007 +0000
     1.2 +++ b/kconfig/kconfig.mk	Wed Aug 15 14:59:37 2007 +0000
     1.3 @@ -74,11 +74,11 @@
     1.4  
     1.5  # Help text used by make help
     1.6  help-config::
     1.7 -	@echo  '  config         - Update current config using a line-oriented program'
     1.8 -	@echo  '  menuconfig     - Update current config using a menu based program'
     1.9 -	@echo  '  oldconfig      - Update current config using a provided .config as base'
    1.10 -	@echo  '  extractconfig  - Create a new config using options extracted from a'
    1.11 -	@echo  '                   build log piped into stdin'
    1.12 +	@echo  '  config             - Update current config using a line-oriented program'
    1.13 +	@echo  '  menuconfig         - Update current config using a menu based program'
    1.14 +	@echo  '  oldconfig          - Update current config using a provided .config as base'
    1.15 +	@echo  '  extractconfig      - Create a new config using options extracted from a'
    1.16 +	@echo  '                       build log piped into stdin'
    1.17  
    1.18  # Cheesy build
    1.19