summaryrefslogtreecommitdiffstats
path: root/monitor/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-04-27 12:35:23 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-11 13:52:49 -0500
commit35b156b79c1314de79e4728ef313f5164ae2ec32 (patch)
tree6603ba2412a514c138f6c728973fc3f2e55a1764 /monitor/Makefile.am
parente567dd24a8d943b4655ed2db74ce3639b05652bc (diff)
downloadphosphor-fan-presence-35b156b79c1314de79e4728ef313f5164ae2ec32.tar.gz
phosphor-fan-presence-35b156b79c1314de79e4728ef313f5164ae2ec32.zip
Fan monitor data
This commit contains the data that will be used by the monitor code. The generated.cpp file will later be generated during the build by a python script. Change-Id: I4dc4552ae8e58cd27478416888dd3363e7c2bf3f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'monitor/Makefile.am')
-rw-r--r--monitor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/Makefile.am b/monitor/Makefile.am
index 44458bd..ceec3dd 100644
--- a/monitor/Makefile.am
+++ b/monitor/Makefile.am
@@ -5,6 +5,7 @@ sbin_PROGRAMS = \
phosphor-fan-monitor
phosphor_fan_monitor_SOURCES = \
+ generated.cpp \
main.cpp
phosphor_fan_monitor_LDADD = \
OpenPOWER on IntegriCloud