build: add support for meson
Change-Id: I5a76281cc6060afffc1d77e52f03acb34669856c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..60c1f97
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('tests', type: 'feature', description: 'Build tests.')
+option('p9', type: 'feature', description: 'Enable support for POWER9')
+option('openfsi', type: 'feature', description: 'Enable support for OpenFSI')
+option('phal', type: 'feature', description: 'Enable support for PHAL')