From 2de67cf4d19e2e433e1ea56583e0d5ae043b3d79 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 27 Apr 2017 11:07:53 -0500 Subject: 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 = . -- cgit v1.2.1