From 4eb9358714cc5553c886021931752ec2b95055f4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 May 2022 10:13:50 +0000 Subject: Add a test benchmark for explore-kconfig --- examples/kconfig-static/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/kconfig-static/Makefile (limited to 'examples/kconfig-static/Makefile') diff --git a/examples/kconfig-static/Makefile b/examples/kconfig-static/Makefile new file mode 100644 index 0000000..9e56c12 --- /dev/null +++ b/examples/kconfig-static/Makefile @@ -0,0 +1,19 @@ +default: + @true + +config: + kconfig-qconf Kconfig + +randconfig: + kconfig-conf --randconfig Kconfig + +clean: + @true + +nfpvalues: + @./nfpvalues.sh + +nfpkeys: + @cat nfpkeys.json + +.PHONY: default config randconfig clean nfpvalues nfpkeys -- cgit v1.2.3