From 93af41944aa471840e1ea5a7e2ad465635faa7f0 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 18 Jan 2019 09:30:57 -0600 Subject: 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 --- control/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'control/Makefile.am') 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) \ -- cgit v1.2.1