summaryrefslogtreecommitdiffstats
path: root/control/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2019-01-18 09:30:57 -0600
committerMatthew Barth <msbarth@us.ibm.com>2019-02-13 14:31:44 -0600
commit93af41944aa471840e1ea5a7e2ad465635faa7f0 (patch)
treec610cdab28210b06ed71183ede9ca9672e4edc91 /control/Makefile.am
parent14cc043f48a23f6e7e9cf46b6475b0b32880c984 (diff)
downloadphosphor-fan-presence-93af41944aa471840e1ea5a7e2ad465635faa7f0.tar.gz
phosphor-fan-presence-93af41944aa471840e1ea5a7e2ad465635faa7f0.zip
Add thermal control interface to zone objects
When in control mode, the thermal control interface and mode property are added to each zone object. The object path for each zone consists of the configured object path plus the zone number. Ex) /xyz/openbmc_project/control/thermal/0 Tested: After fan control is started in control mode, dbus interface exists Change-Id: I88578a7e0eb7c730ffaa4cfc10989e280dc1d46d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'control/Makefile.am')
-rw-r--r--control/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/control/Makefile.am b/control/Makefile.am
index b6d335f..5546877 100644
--- a/control/Makefile.am
+++ b/control/Makefile.am
@@ -16,6 +16,7 @@ nodist_phosphor_fan_control_SOURCES = \
fan_zone_defs.cpp
phosphor_fan_control_LDADD = \
+ -lstdc++fs \
$(SDBUSPLUS_LIBS) \
$(SDEVENTPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \
OpenPOWER on IntegriCloud