summaryrefslogtreecommitdiff
path: root/allmodconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'allmodconfig.py')
-rwxr-xr-xallmodconfig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/allmodconfig.py b/allmodconfig.py
index 3eaa1c2..35caa9c 100755
--- a/allmodconfig.py
+++ b/allmodconfig.py
@@ -6,6 +6,9 @@
# Works like 'make allmodconfig'. Verified by the test suite to generate output
# identical to 'make allmodconfig', for all ARCHES.
#
+# The default output filename is '.config'. A different filename can be passed
+# in the KCONFIG_CONFIG environment variable.
+#
# Usage for the Linux kernel:
#
# $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py