summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2006-02-25 21:52:50 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2006-02-27 05:07:27 +0100
commite11f04962cee8f7fb0dc14983a7a461ade8f71c3 (patch)
treeee659cda87aa2b10212a95cfc73f607d2266d4ab /scripts
parent3a25f0b19f2eefd158955ab809c8947ed8feadf1 (diff)
downloadop-kernel-dev-e11f04962cee8f7fb0dc14983a7a461ade8f71c3.zip
op-kernel-dev-e11f04962cee8f7fb0dc14983a7a461ade8f71c3.tar.gz
kbuild: small update of allnoconfig description
'allnoconfig' is described by 'make help' as a "minimal config", that's not strictly correct. To be pedantic, a minimal config would be one where EMBEDDED was set to Y and most things therein disabled etc. Simply answering 'no' to all options does not give a minimal config. A better description of allnoconfig is that it answers all options with 'no'. This patch updates the description. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 5760e05..5280945 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -78,7 +78,7 @@ help:
@echo ' defconfig - New config with default answer to all options'
@echo ' allmodconfig - New config selecting modules when possible'
@echo ' allyesconfig - New config where all options are accepted with yes'
- @echo ' allnoconfig - New minimal config'
+ @echo ' allnoconfig - New config where all options are answered with no'
# ===========================================================================
# Shared Makefile for the various kconfig executables:
OpenPOWER on IntegriCloud