msl: Add a max31785 MSL checking script
Add a script that checks the firmware revision of a max31785 hwmon
device and populates the MeetsMinimumShipLevel interface of the
specified inventory items.
Change-Id: If3dd527d2815edffd3b8b425a15617290016769b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configure.ac b/configure.ac
index f08030e..540491e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,5 +58,5 @@
AC_DEFINE_UNQUOTED([SENSOR_ROOT], ["$SENSOR_ROOT"], [The DBus sensors namespace root.])
# Create configured output
-AC_CONFIG_FILES([Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile msl/Makefile])
AC_OUTPUT