summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-04-20 18:10:15 -0700
committerPatrick Venture <venture@google.com>2018-04-24 20:46:07 +0000
commit75e56c67a10e9f4c617f9c72a87deb695322e212 (patch)
tree1cdef89f2efa1fc89c7dc737e00d39b51d92317a /Makefile.am
parent609fe98205fe8f4bd0dc6b9fca66877e2edf186d (diff)
downloadphosphor-hwmon-75e56c67a10e9f4c617f9c72a87deb695322e212.tar.gz
phosphor-hwmon-75e56c67a10e9f4c617f9c72a87deb695322e212.zip
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>
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 d2b7989..0c26a6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ libhwmon_la_SOURCES = \
fan_speed.cpp \
fan_pwm.cpp \
timer.cpp \
- hwmon.cpp
+ hwmon.cpp \
+ hwmonio.cpp
SUBDIRS = . msl test tools
OpenPOWER on IntegriCloud