summaryrefslogtreecommitdiffstats
path: root/control
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 /control
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 'control')
-rw-r--r--control/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/control/Makefile.am b/control/Makefile.am
index e0b0865..b6d335f 100644
--- a/control/Makefile.am
+++ b/control/Makefile.am
@@ -16,7 +16,6 @@ nodist_phosphor_fan_control_SOURCES = \
fan_zone_defs.cpp
phosphor_fan_control_LDADD = \
- $(top_builddir)/libfan.la \
$(SDBUSPLUS_LIBS) \
$(SDEVENTPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \
OpenPOWER on IntegriCloud