summaryrefslogtreecommitdiffstats
path: root/control/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-04-10 14:39:02 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-04-27 10:04:00 -0500
commit7f88fe614605c79934ce041dc50c146c155d5864 (patch)
treea94809262cd5df1c9b895e765cf6ad4b4de18eac /control/Makefile.am
parente2b25cb25702490e1bd8b31ce055249f0158a944 (diff)
downloadphosphor-fan-presence-7f88fe614605c79934ce041dc50c146c155d5864.tar.gz
phosphor-fan-presence-7f88fe614605c79934ce041dc50c146c155d5864.zip
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 <spinler@us.ibm.com>
Diffstat (limited to 'control/Makefile.am')
-rw-r--r--control/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud