fwupd/data/tests/Makefile.am
Richard Hughes a3acd7f711 Add support for updating USB devices with DFU
This adds a private libdfu library and also a small utility program called
dfu-tool.
2015-11-12 17:32:48 +00:00

13 lines
214 B
Makefile

SUBDIRS = \
colorhug \
dfu \
rpiupdate
test_files = \
rpiboot/start.elf \
pki/GPG-KEY-Linux-Vendor-Firmware-Service
EXTRA_DIST = $(test_files)
-include $(top_srcdir)/git.mk