diff -r ade268f78fdc -r 59676cfb4ada kconfig/Makefile --- a/kconfig/Makefile Sat Jun 16 20:47:58 2007 +0000 +++ b/kconfig/Makefile Sun Jun 17 16:24:23 2007 +0000 @@ -58,14 +58,10 @@ @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