summaryrefslogtreecommitdiff
path: root/bin/explore-kconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/explore-kconfig.py')
-rwxr-xr-xbin/explore-kconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/explore-kconfig.py b/bin/explore-kconfig.py
index c1152ba..98ec0a4 100755
--- a/bin/explore-kconfig.py
+++ b/bin/explore-kconfig.py
@@ -59,7 +59,7 @@ def main():
"--attribute-command",
type=str,
help="Attribute extraction command",
- default="make attributes",
+ default="make nfpvalues",
)
parser.add_argument(
"--randconfig-command",