From 6ad28430764b7d16ee7abcb9965b76ea5583008f Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Tue, 22 Aug 2017 11:18:19 -0500 Subject: Create fan monitor init mode Allowing fan monitor to run in an init mode will set the fans to a functional state at each poweron for fans that were non-functional at poweroff. Then fan monitor can be started in monitor mode after the fans have ramped up to full speed and can begin being monitored for faults. This also allows for the removal of fan monitor doing a sd_notify prior to fan control starting. Change-Id: I634c9b4ec8bb30860dea54c8abd1cd6c56831d25 Signed-off-by: Matthew Barth --- monitor/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'monitor/Makefile.am') diff --git a/monitor/Makefile.am b/monitor/Makefile.am index 7b5fdae..4e2d599 100644 --- a/monitor/Makefile.am +++ b/monitor/Makefile.am @@ -5,6 +5,7 @@ sbin_PROGRAMS = \ phosphor-fan-monitor phosphor_fan_monitor_SOURCES = \ + argument.cpp \ fan.cpp \ main.cpp \ tach_sensor.cpp -- cgit v1.2.1