From 6aa24d4406bf1675f846d418b79b6616e61ae4bd Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Wed, 7 Mar 2018 01:10:03 -0600 Subject: Add a Timer class The class provides for a timer, callback invocation on timer expiry, and timer control/cleanup. This will be used in subsequent commits. Change-Id: Ieb04e5ec76a1023efa2c3f5c5b88f03e9819c3eb Signed-off-by: Deepak Kodihalli --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aaa55bf..932e4e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ libhwmon_la_SOURCES = \ sysfs.cpp \ env.cpp \ fan_speed.cpp \ - fan_pwm.cpp + fan_pwm.cpp \ + timer.cpp SUBDIRS = . test msl -- cgit v1.2.1