Create phosphor-regulators application

Create the initial version of the phosphor-regulators application.

Modify the meson.build file to build and install the application.

Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
Change-Id: I22da7e81f02d401d152d954a254cff3c35c84b73
diff --git a/meson.build b/meson.build
index d700891..fdccf3c 100644
--- a/meson.build
+++ b/meson.build
@@ -78,9 +78,12 @@
 
 libpower_inc = include_directories('.')
 
+# Build the tools/i2c sub-directory first.  Other sub-directories depend on
+# Meson variables defined there.
+subdir('tools/i2c')
+
 subdir('phosphor-regulators')
 subdir('power-sequencer')
 subdir('power-supply')
-subdir('tools/i2c')
 subdir('tools/power-utils')
 subdir('test')