aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorMark Schulte <mark@mjs.pw>2017-04-12 23:04:13 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-15 11:42:36 +0100
commit647bd2839e83267bf92fc5909f1b86e630bf395f (patch)
tree20b7224d00bbe161ee245c88e4db47628654feab /docs/markdown/snippets
parent66db1af4dd4905426cc7e11e335e1e4788d267d4 (diff)
downloadmeson-647bd2839e83267bf92fc5909f1b86e630bf395f.zip
meson-647bd2839e83267bf92fc5909f1b86e630bf395f.tar.gz
meson-647bd2839e83267bf92fc5909f1b86e630bf395f.tar.bz2
[modules] Add kconfig module
Add a kconfig module to allow meson to integrate with existing projects that use kconfig.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/kconfig.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/kconfig.md b/docs/markdown/snippets/kconfig.md
new file mode 100644
index 0000000..d4d5c9b
--- /dev/null
+++ b/docs/markdown/snippets/kconfig.md
@@ -0,0 +1,5 @@
+## New module to parse kconfig output files
+
+The new module `unstable-kconfig` adds the ability to parse and use kconfig output
+files from `meson.build`.
+