summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-10-25 12:16:19 -0700
committerPatrick Venture <venture@google.com>2017-10-25 12:18:40 -0700
commit5e6ac715611ab118d243318ea44523cc67de77c4 (patch)
treed833a57e190903acce594fea64f0a45d44146572 /Makefile.am
parent5914678ceaa2b070ed67b16f7c8441947f514d4d (diff)
downloadphosphor-host-ipmid-5e6ac715611ab118d243318ea44523cc67de77c4.tar.gz
phosphor-host-ipmid-5e6ac715611ab118d243318ea44523cc67de77c4.zip
watchdog: split out commands
I split out the watchdog command handlers into their own subordinate file from the apphandler. This reduces the size of the contents of the apphandler file, and logically cuts out code into its own files. Change-Id: Idc70acad6c93c12456cc7092786715643c9c1ffb Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c78f79..9eef999 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ fru-read-gen.cpp:
libapphandlerdir = ${libdir}/ipmid-providers
libapphandler_LTLIBRARIES = libapphandler.la
libapphandler_la_SOURCES = \
+ app/watchdog.cpp \
apphandler.cpp \
sensorhandler.cpp \
storagehandler.cpp \
OpenPOWER on IntegriCloud