commit | 09791857fd5322e558ca5238f55ec0f914140b5a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Apr 17 17:40:00 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Apr 18 14:25:59 2018 -0700 |
tree | 568d83925f974a2eae2653865251147b34d5ded1 | |
parent | a24c8808d5c3b13b849e79115a6969b5a8faf8b0 [diff] [blame] |
mainloop cleanup: moved getAttrs to hwmon namespace Moved the code that maps a sensor type to its dbus and hwmon components from mainloop to the hwmon namespace. Change-Id: I7963951c9484c02d17a3eb415906859609e0efd3 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index 932e4e2..238eaef 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -24,6 +24,7 @@ env.cpp \ fan_speed.cpp \ fan_pwm.cpp \ - timer.cpp + timer.cpp \ + hwmon.cpp SUBDIRS = . test msl