blob: 75c84cd54c9e914d38c53e748e20b21eadaf30ea [file] [log] [blame]
Patrick Venture30993b32018-11-28 14:52:00 -08001ACLOCAL_AMFLAGS = -I m4
Patrick Venturec7ca2912018-11-02 11:38:33 -07002AM_DEFAULT_SOURCE_EXT = .cpp
3
4libfirmwareblobdir = ${libdir}/ipmid-providers
5libfirmwareblob_LTLIBRARIES = libfirmwareblob.la
Patrick Venture6cb4dc72018-11-07 15:31:16 -08006libfirmwareblob_la_SOURCES = \
7 main.cpp \
8 firmware_handler.cpp \
Patrick Venture6cb4dc72018-11-07 15:31:16 -08009 lpc_handler.cpp \
Patrick Venturee2e56112018-11-08 09:42:45 -080010 pci_handler.cpp \
Patrick Venture09114c12018-11-16 20:55:54 -080011 file_handler.cpp \
12 lpc_aspeed.cpp \
Patrick Venture8b588562018-11-18 08:44:33 -080013 lpc_nuvoton.cpp \
14 internal/sys.cpp
Patrick Venture6cb4dc72018-11-07 15:31:16 -080015libfirmwareblob_la_LDFLAGS = \
Patrick Venture4eb55952018-11-16 15:36:24 -080016 $(SDBUSPLUS_LIBS) \
Patrick Venture6cb4dc72018-11-07 15:31:16 -080017 $(PHOSPHOR_LOGGING_LIBS) \
18 -version-info 0:0:0 -shared
19libfirmwareblob_la_CXXFLAGS = \
Patrick Venture4eb55952018-11-16 15:36:24 -080020 $(SDBUSPLUS_CFLAGS) \
Patrick Venture6cb4dc72018-11-07 15:31:16 -080021 $(PHOSPHOR_LOGGING_CFLAGS) \
22 -flto
Patrick Venture21be45a2018-11-06 12:08:52 -080023
Patrick Venturebf58cd62018-12-11 09:05:46 -080024SUBDIRS = . test tools