diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-08-02 01:23:12 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-08-03 16:08:39 -0400 |
commit | b1e329a6e5763cd40933f446bce759b585169e2d (patch) | |
tree | eadabc2f9d5bbbb4e49f82ba8e233184a46ba1e3 /configure.ac | |
parent | a2e9cdf67e7f8537a1f98d585b5a09f21e19d0ea (diff) | |
download | phosphor-dbus-monitor-b1e329a6e5763cd40933f446bce759b585169e2d.tar.gz phosphor-dbus-monitor-b1e329a6e5763cd40933f446bce759b585169e2d.zip |
Add phosphor-msl-verify
phosphor-msl-verify is a oneshot application for basic
minimum ship level (MSL) verification.
https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Control/README.msl.md
Change-Id: Ifa036bb0a45255af7c7773bd910e83c64842d868
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e03b54..593fbb7 100644 --- a/configure.ac +++ b/configure.ac @@ -53,5 +53,5 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"], AC_ARG_VAR(YAML_PATH, [The path to the yaml config files.]) AS_IF([test "x$YAML_PATH" == "x"], [YAML_PATH="\${top_srcdir}/src/example"]) -AC_CONFIG_FILES([Makefile src/Makefile src/test/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile src/test/Makefile mslverify/Makefile]) AC_OUTPUT |