From 647bd2839e83267bf92fc5909f1b86e630bf395f Mon Sep 17 00:00:00 2001 From: Mark Schulte Date: Wed, 12 Apr 2017 23:04:13 -0700 Subject: [modules] Add kconfig module Add a kconfig module to allow meson to integrate with existing projects that use kconfig. --- docs/markdown/snippets/kconfig.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/kconfig.md (limited to 'docs/markdown/snippets') 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`. + -- cgit v1.1