summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2017-08-09 15:31:33 -0700
committerPatrick Venture <venture@google.com>2018-09-24 14:49:47 +0000
commit069db2fd856db744a254120ed3054d49f241ae80 (patch)
treef18da9a2afe68433a22be34d2f25148fffce8d43 /Makefile.am
parentba23ff7102ce7d9c63affecc626efb4ee97124b1 (diff)
downloadphosphor-host-ipmid-069db2fd856db744a254120ed3054d49f241ae80.tar.gz
phosphor-host-ipmid-069db2fd856db744a254120ed3054d49f241ae80.zip
apphandler: Add storage for Get/Set System Info Parameter
All but one standard System Info Parameter and most (all?) OEM parameters are string type. Add a interface to connect string callbacks to System Info Parameter selector codes. Also add a convenience call that can connect a static string to a parameter selector code. Change-Id: I5e35d0418b8ddf5b2575fac093acfc7d7ca2217c Signed-off-by: Xo Wang <xow@google.com> 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 8286fd4..28ae7ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,7 @@ libipmi20_la_SOURCES = \
app/watchdog.cpp \
app/watchdog_service.cpp \
apphandler.cpp \
+ sys_info_param.cpp \
sensorhandler.cpp \
storagehandler.cpp \
chassishandler.cpp \
OpenPOWER on IntegriCloud