blob: 96feeb117d6f88e4d30350b07d93ed8a72ebf61e [file] [log] [blame]
Patrick Venturebf58cd62018-12-11 09:05:46 -08001noinst_PROGRAMS = burn_my_bmc
2
3burn_my_bmc_SOURCES = main.cpp
4burn_my_bmc_LDADD = libupdater.la
5burn_my_bmc_CXXFLAGS =
6
7noinst_LTLIBRARIES = libupdater.la
8libupdater_la_LDFLAGS = -static
9libupdater_la_CXXFLAGS =
10libupdater_la_SOURCES = \
Patrick Ventureaf696252018-12-11 10:22:14 -080011 updater.cpp \
12 bt.cpp \
Patrick Venture00887592018-12-11 10:57:06 -080013 lpc.cpp \
Patrick Venturecf2d1b12018-12-11 18:22:36 -080014 blob_handler.cpp \
Patrick Venture9b750aa2018-12-12 14:26:18 -080015 ipmi_handler.cpp \
16 crc.cpp