diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-08 14:13:21 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-08 14:13:21 +0200 |
commit | 1b7fcfd9233090ff040e217c8afb630cd6eaa2b2 (patch) | |
tree | 536892c748dd7caacdd8666da3704ecdf2c1c8d5 | |
parent | f7aa7b9e09f81970cae710fdd4a6f12aae375d8b (diff) |
explore-kconfig: change default to "make nfpvalues"
-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", |