summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-04-27 11:07:53 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-11 13:52:45 -0500
commit2de67cf4d19e2e433e1ea56583e0d5ae043b3d79 (patch)
tree2d982ce65908bd1080a74967276bb5fbd9f9441e /Makefile.am
parent77d32d1b0b780b9ac773bc49a6c74c19508ff8e8 (diff)
downloadphosphor-fan-presence-2de67cf4d19e2e433e1ea56583e0d5ae043b3d79.tar.gz
phosphor-fan-presence-2de67cf4d19e2e433e1ea56583e0d5ae043b3d79.zip
phosphor-fan: Create timer class
This class can be used to call an arbitrary function after a certain amount of time, which is set in microseconds. Change-Id: Ifd65bbf0c3482db4e37efc3b1ccc868e62fa0afa Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b34537..61c6782 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ libfan_la_LIBADD = \
libfan_la_CXXFLAGS =
$(SDBUSPLUS_CFLAGS)
libfan_la_SOURCES = \
- utility.cpp
+ utility.cpp \
+ timer.cpp
SUBDIRS = .
OpenPOWER on IntegriCloud