summaryrefslogtreecommitdiff
path: root/examples/kconfig-static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kconfig-static/Makefile')
-rw-r--r--examples/kconfig-static/Makefile19
1 files changed, 19 insertions, 0 deletions
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