Remove witherspoon prefix from power sequencer app
The Swift system is a follow-on system very similar to the Witherspoon.
The plan is to re-use this application for Swift, while continuing to
support Witherspoon, without the confusion of having a witherspoon
executable/app on a Swift system.
Tested: Built and flashed image to Witherspoon system. Verified process
running, powered on, and verified faults logged by executing 'obmcutil
chassiskill'.
Change-Id: I32f2c67d12d4a6038b19f6a02cd7de5166f1d1f8
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/power-sequencer/Makefile.am b/power-sequencer/Makefile.am
index ad03f43..a13348b 100644
--- a/power-sequencer/Makefile.am
+++ b/power-sequencer/Makefile.am
@@ -2,9 +2,9 @@
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = \
- witherspoon-pseq-monitor
+ pseq-monitor
-witherspoon_pseq_monitor_SOURCES = \
+pseq_monitor_SOURCES = \
argument.cpp \
main.cpp \
pgood_monitor.cpp \
@@ -12,14 +12,14 @@
ucd90160.cpp \
ucd90160_defs.cpp
-witherspoon_pseq_monitor_LDADD = \
+pseq_monitor_LDADD = \
$(top_builddir)/libpower.la \
$(PHOSPHOR_LOGGING_LIBS) \
${PHOSPHOR_DBUS_INTERFACES_LIBS} \
$(SDBUSPLUS_LIBS) \
$(SDEVENTPLUS_LIBS)
-witherspoon_pseq_monitor_CXXFLAGS = \
+pseq_monitor_CXXFLAGS = \
$(PHOSPHOR_LOGGING_CFLAGS) \
${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \
$(SDBUSPLUS_CFLAGS) \