From 7f88fe614605c79934ce041dc50c146c155d5864 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 10 Apr 2017 14:39:02 -0500 Subject: Fan control: Create Zone class This class represents a fan zone, which is a collection of fans that are always set to a speed together. Change-Id: I5646f07b7b136aad216dabded3b5da3e9da0a531 Signed-off-by: Matt Spinler --- control/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'control/Makefile.am') diff --git a/control/Makefile.am b/control/Makefile.am index 56ba948..fc2a2dc 100644 --- a/control/Makefile.am +++ b/control/Makefile.am @@ -8,7 +8,8 @@ phosphor_fan_control_SOURCES = \ generated.cpp \ fan.cpp \ main.cpp \ - manager.cpp + manager.cpp \ + zone.cpp phosphor_fan_control_LDADD = \ $(top_builddir)/libfan.la \ -- cgit v1.2.1