diff options
Diffstat (limited to 'allnoconfig.py')
| -rwxr-xr-x | allnoconfig.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/allnoconfig.py b/allnoconfig.py index e162ccb..1a763f9 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -11,16 +11,16 @@ in the KCONFIG_CONFIG environment variable. Usage for the Linux kernel: - $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allmodconfig.py - -See the examples/allnoconfig_walk.py example script for another way to -implement this script. + $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allnoconfig.py """ + +# See examples/allnoconfig_walk.py for another way to implement this script. + import kconfiglib def main(): - kconf = kconfiglib.standard_kconfig() + kconf = kconfiglib.standard_kconfig(__doc__) # Avoid warnings that would otherwise get printed by Kconfiglib for the # following: |
