Remove the witherspoon prefix from the PSU monitor
The Swift system is a follow-on to the Witherspoon system. The plan is
to re-use the power supply monitor application on Swift, while
continuing to work on Witherspoon systems. Removing the witherspoon
prefix from the app to avoid confusion.
Tested: Built and flashed image to Witherspoon system. Verified power
sequencer and power supply monitor logged errors via 'obmcutil
chassiskill' command.
Change-Id: I4c7275c3b14b3b3724abb98b8d43610df4f9c2a3
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/power-supply/Makefile.am b/power-supply/Makefile.am
index 98be703..e336116 100644
--- a/power-supply/Makefile.am
+++ b/power-supply/Makefile.am
@@ -2,20 +2,20 @@
AM_CPPFLAGS = -iquote ${top_srcdir}
bin_PROGRAMS = \
- witherspoon-psu-monitor
+ psu-monitor
-witherspoon_psu_monitor_SOURCES = \
+psu_monitor_SOURCES = \
main.cpp \
argument.cpp \
power_supply.cpp \
record_manager.cpp
-witherspoon_psu_monitor_CXXFLAGS = \
+psu_monitor_CXXFLAGS = \
$(SDBUSPLUS_CFLAGS) \
$(PHOSPHOR_LOGGING_CFLAGS) \
${PHOSPHOR_DBUS_INTERFACES_CFLAGS}
-witherspoon_psu_monitor_LDADD = \
+psu_monitor_LDADD = \
${top_builddir}/libpower.la \
$(SDBUSPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \