diff options
Diffstat (limited to 'bin/explore-kconfig.py')
-rwxr-xr-x | bin/explore-kconfig.py | 2 |
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", |