summaryrefslogtreecommitdiff
path: root/util/kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-11-18 13:09:23 -0700
committerMartin Roth <martinroth@google.com>2015-11-24 22:35:00 +0100
commit76f14b2b60e02211c5513d83e970d94869cf058c (patch)
treed8c6e7e18eb859bf3ed71396d1e81e771e4490a6 /util/kconfig
parent21dbc2fc3c2febe0e6ac3760f4c8a63c2aeedd06 (diff)
downloadcoreboot-76f14b2b60e02211c5513d83e970d94869cf058c.tar.gz
Makefiles: Add / Update help for makefile targets
Currently running 'make help' just gives help for the kconfig targets. This adds help for common coreboot and toolchain targets. It stops printing some of the less common kconfig targets, but still leaves them in the makefile as documentation. Change-Id: I2a00fcbc06f05dc4029a91f3dff830c19e4d1329 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12458 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/kconfig')
-rw-r--r--util/kconfig/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile
index 243f763237..a468125b3f 100644
--- a/util/kconfig/Makefile
+++ b/util/kconfig/Makefile
@@ -104,22 +104,24 @@ olddefconfig: $(objk)/conf
$< --defconfig=configs/$@ $(Kconfig)
# Help text used by make help
-help:
+help::
+ @echo '*** Kconfig Help ***'
@echo ' config - Update current config utilising a line-oriented program'
@echo ' nconfig - Update current config utilising a ncurses menu based program'
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' xconfig - Update current config utilising a QT based front-end'
@echo ' gconfig - Update current config utilising a GTK based front-end'
@echo ' oldconfig - Update current config utilising a provided .config as base'
- @echo ' localmodconfig - Update current config disabling modules not loaded'
- @echo ' localyesconfig - Update current config converting local mods to core'
+ #@echo ' localmodconfig - Update current config disabling modules not loaded'
+ #@echo ' localyesconfig - Update current config converting local mods to core'
@echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
@echo ' defconfig - New config with default answer to all options'
@echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
- @echo ' allnoconfig - New config where all options are answered with no'
- @echo ' allyesconfig - New config where all options are accepted with yes'
- @echo ' allmodconfig - New config selecting modules when possible'
- @echo ' randconfig - New config with random answer to all options'
+ #@echo ' allnoconfig - New config where all options are answered with no'
+ #@echo ' allyesconfig - New config where all options are accepted with yes'
+ #@echo ' allmodconfig - New config selecting modules when possible'
+ #@echo ' randconfig - New config with random answer to all options'
+ @echo
# lxdialog stuff
check-lxdialog := $(srck)/lxdialog/check-lxdialog.sh