From e10416eccd32893b68e7ec5fcaacc6520c014d4a Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 10 Apr 2017 14:15:53 -0500 Subject: Fan control: Add Manager class and fan data Create the fan manager class. Check in the fan zone data as a normal file. In a future commit this will be generated during the compile. It is required now for review and so everything compiles. Change-Id: I5733b81db80c5e072abdbffd42e335fa46c61ef8 Signed-off-by: Matt Spinler --- control/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'control/Makefile.am') diff --git a/control/Makefile.am b/control/Makefile.am index dce5df0..adfd227 100644 --- a/control/Makefile.am +++ b/control/Makefile.am @@ -5,7 +5,9 @@ sbin_PROGRAMS = \ phosphor-fan-control phosphor_fan_control_SOURCES = \ - main.cpp + generated.cpp \ + main.cpp \ + manager.cpp phosphor_fan_control_LDADD = \ $(SDBUSPLUS_LIBS) \ -- cgit v1.2.1