blob: 0bb6c2c5872c84209feb7a4d5da84c005a27ab8c [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
Patrick Ventureda100e92018-12-18 18:48:55 -08005burn_my_bmc_CXXFLAGS = -I$(top_srcdir)
Patrick Venturebf58cd62018-12-11 09:05:46 -08006
7noinst_LTLIBRARIES = libupdater.la
8libupdater_la_LDFLAGS = -static
Patrick Ventureda100e92018-12-18 18:48:55 -08009libupdater_la_CXXFLAGS = -I$(top_srcdir)
Patrick Venturebf58cd62018-12-11 09:05:46 -080010libupdater_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