From cb4b7204f88fbc914c47ed6fccda18db73ade2df Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 11 Oct 2021 10:01:18 +0200 Subject: explore-kconfig: store "make nfpkeys" output in data directory --- bin/explore-kconfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/explore-kconfig.py b/bin/explore-kconfig.py index 98ec0a4..1de7f0d 100755 --- a/bin/explore-kconfig.py +++ b/bin/explore-kconfig.py @@ -92,6 +92,8 @@ def main(): if args.kconfig_file: kconf.kconfig = args.kconfig_file + kconf.run_nfpkeys() + if args.random: for i in range(args.random): logging.info(f"Running randconfig {i+1} of {args.random}") -- cgit v1.2.3