From ee7f64283f2fe728fd4bd67280bf59daaec9df54 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 9 May 2017 11:03:14 -0500 Subject: Add modes to phosphor-fan-control phosphor-fan-control can behave differently based on its command line arguments --init: Set fans to full speed, delay for a configurable amount of time to allow fans to ramp up, start the fan control ready target, and then exit. --control: Start the control algorithm. Never exits. Will be started as part of the fan control ready target. Change-Id: I453daf8cc05a5c85a19c098e1cca64cac2ad9520 Signed-off-by: Matt Spinler --- 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 04d7d96..7599977 100644 --- a/control/Makefile.am +++ b/control/Makefile.am @@ -5,6 +5,7 @@ sbin_PROGRAMS = \ phosphor-fan-control phosphor_fan_control_SOURCES = \ + argument.cpp \ fan.cpp \ main.cpp \ manager.cpp \ -- cgit v1.2.1