summaryrefslogtreecommitdiffstats
path: root/cooling-type
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-29 16:01:06 -0700
committerWilliam A. Kennington III <wak@google.com>2019-02-05 11:55:21 -0800
commitdea024f072cd996136345031ce04ab09838f9726 (patch)
tree782614582cee2f56593a58523abc7a86111e07e4 /cooling-type
parent8fd879fb7bb9ed34fe69581dc714b4158046519f (diff)
downloadphosphor-fan-presence-dea024f072cd996136345031ce04ab09838f9726.tar.gz
phosphor-fan-presence-dea024f072cd996136345031ce04ab09838f9726.zip
libfan: Remove
Since the removal of the custom timer implementation our libfan has nothing but a single header file. Since we have no object code left we do not need a library to contain this code since the header is directly included where needed. Tested: Built and run through unit tests. Change-Id: I139b83ab979ead88cfd4c180ba8847a29c6407e2 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'cooling-type')
-rw-r--r--cooling-type/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cooling-type/Makefile.am b/cooling-type/Makefile.am
index 68d6c2f..0c3dfa8 100644
--- a/cooling-type/Makefile.am
+++ b/cooling-type/Makefile.am
@@ -17,7 +17,6 @@ phosphor_cooling_type_CXXFLAGS = \
-flto
phosphor_cooling_type_LDADD = \
- ${top_builddir}/libfan.la \
$(SDBUSPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \
$(LIBEVDEV_LIBS) \
OpenPOWER on IntegriCloud