Add interface for sending raw PECI commands
This adds a D-Bus interface to send raw PECI commands to the
CPU.
Change-Id: I37c8c0b9fc713705b3afc81adca22ca313e91701
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/meson.build b/meson.build
index be863f2..856123b 100644
--- a/meson.build
+++ b/meson.build
@@ -29,6 +29,9 @@
if get_option('data_com_ibm')
selected_subdirs += 'com/ibm'
endif
+if get_option('data_com_intel')
+ selected_subdirs += 'com/intel'
+endif
if get_option('data_org_freedesktop')
selected_subdirs += 'org/freedesktop'
endif