Add in-tree OEM IPMI provider infrastructure
Change-Id: I341af91571b95f74e12def273c6cddf2b72c7884
Signed-off-by: Vernon Mauery <vernon.mauery@gmail.com>
diff --git a/oem/meson.build b/oem/meson.build
new file mode 100644
index 0000000..9bae274
--- /dev/null
+++ b/oem/meson.build
@@ -0,0 +1,10 @@
+oem_opt = get_option('oem-libraries')
+
+ipmi_plugin_options = ['b_lundef=false']
+
+#################################################
+# keep options below sorted alphabetically
+#################################################
+if 'example' in oem_opt or 'all' in oem_opt
+ subdir('example')
+endif