summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-10-08 14:13:21 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-10-08 14:13:21 +0200
commit1b7fcfd9233090ff040e217c8afb630cd6eaa2b2 (patch)
tree536892c748dd7caacdd8666da3704ecdf2c1c8d5
parentf7aa7b9e09f81970cae710fdd4a6f12aae375d8b (diff)
explore-kconfig: change default to "make nfpvalues"
-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",