mirror of
https://git.proxmox.com/git/fwupd
synced 2026-01-05 23:44:56 +00:00
13 lines
214 B
Makefile
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
|