From dea024f072cd996136345031ce04ab09838f9726 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 29 Oct 2018 16:01:06 -0700 Subject: 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 --- cooling-type/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cooling-type/Makefile.am') 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) \ -- cgit v1.2.1