blob: 61d29070b450372f3e655dfb255ccdfdb0c4f2a0 [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 \
Patrick Ventureb5a97062018-12-13 16:55:23 -080016 crc.cpp \
17 ../internal/sys.cpp