commit | 75e56c67a10e9f4c617f9c72a87deb695322e212 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Apr 20 18:10:15 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Apr 24 20:46:07 2018 +0000 |
tree | 1cdef89f2efa1fc89c7dc737e00d39b51d92317a | |
parent | 609fe98205fe8f4bd0dc6b9fca66877e2edf186d [diff] [blame] |
hwmonio: split IoAccess object out Split out the hwmon io access object from the sysfs namespace into its own. Change-Id: I8d1a45630117d1d503d0d5fa6061163911b695e8 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index d2b7989..0c26a6f 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -25,6 +25,7 @@ fan_speed.cpp \ fan_pwm.cpp \ timer.cpp \ - hwmon.cpp + hwmon.cpp \ + hwmonio.cpp SUBDIRS = . msl test tools