regulators: Implement i2c_compare_bit action

Implement the i2c_compare_bit action in the JSON config file.  See
i2c_compare_bit.md for more information about this action.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: Idb5a2cc9bac3f8b392c0230fbb8bfa0e1b08f3c0
diff --git a/phosphor-regulators/src/meson.build b/phosphor-regulators/src/meson.build
index a70a86a..f100d77 100644
--- a/phosphor-regulators/src/meson.build
+++ b/phosphor-regulators/src/meson.build
@@ -7,6 +7,7 @@
     'id_map.cpp',
 
     'actions/if_action.cpp',
+    'actions/i2c_compare_bit_action.cpp',
     'actions/i2c_compare_byte_action.cpp'
 ]