diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-05-18 01:36:46 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-09 22:37:46 +0200 |
commit | 590a5857291e88c00a1be53fb373e8bf82f86284 (patch) | |
tree | 53402bf8bbccdb780faa30c6deda687891c2ee28 /scripts/kconfig/Makefile | |
parent | 6f26e5e412ddc23e1d698390243e39802410ab15 (diff) | |
download | op-kernel-dev-590a5857291e88c00a1be53fb373e8bf82f86284.zip op-kernel-dev-590a5857291e88c00a1be53fb373e8bf82f86284.tar.gz |
kconfig: add a note about the deps to the 'silentoldconfig' help
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 47e3f2e..5ddf8be 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -83,7 +83,7 @@ help: @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 ' silentoldconfig - Same as oldconfig, but quietly' + @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps' @echo ' randconfig - New config with random answer to all options' @echo ' defconfig - New config with default answer to all options' @echo ' allmodconfig - New config selecting modules when possible' |