kconfig/Makefile
changeset 176 59676cfb4ada
parent 163 ade268f78fdc
child 182 223c84ec2d90
     1.1 --- a/kconfig/Makefile	Sat Jun 16 20:47:58 2007 +0000
     1.2 +++ b/kconfig/Makefile	Sun Jun 17 16:24:23 2007 +0000
     1.3 @@ -58,14 +58,10 @@
     1.4  	@yes "" |$< -s $(KCONFIG_TOP) >/dev/null
     1.5  
     1.6  # Help text used by make help
     1.7 -help::
     1.8 -	@echo  'General purpose configuration targets:'
     1.9 +help-config::
    1.10  	@echo  '  config         - Update current config using a line-oriented program'
    1.11  	@echo  '  menuconfig     - Update current config using a menu based program'
    1.12  	@echo  '  oldconfig      - Update current config using a provided .config as base'
    1.13 -	@# saveconfig is listed here for homogeneity, but implemented in samples/Makefile
    1.14 -	@echo  '  saveconfig     - Save current config as a preconfigured target'
    1.15 -	@echo  ''
    1.16  
    1.17  # Cheesy build
    1.18