diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-11 12:42:05 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-11 12:42:05 +0200 |
| commit | 8035e92560b9ad7da505748cfed459ba7f45fe80 (patch) | |
| tree | 237fccc816e396a2347bdd2c88c240b8a95288e2 /allyesconfig.py | |
| parent | 46b30a1114fd4f738712c78c081022fa702fad6c (diff) | |
Mention KCONFIG_CONFIG in the all*config.py scripts
This environment variable was inherited from the C tools.
kconfiglib.standard_config_filename() looks at it.
Diffstat (limited to 'allyesconfig.py')
| -rwxr-xr-x | allyesconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/allyesconfig.py b/allyesconfig.py index b00d8ba..ecc74ba 100755 --- a/allyesconfig.py +++ b/allyesconfig.py @@ -24,6 +24,8 @@ # # endchoice # +# The default output filename is '.config'. A different filename can be passed +# in the KCONFIG_CONFIG environment variable. # # Usage for the Linux kernel: # |
