mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 19:55:48 +00:00
34 lines
364 B
Makefile
34 lines
364 B
Makefile
SUBDIRS = \
|
|
altos \
|
|
dfu \
|
|
ebitdo \
|
|
raspberrypi \
|
|
steelseries \
|
|
test \
|
|
udev \
|
|
unifying \
|
|
upower \
|
|
usb
|
|
|
|
if HAVE_DELL
|
|
SUBDIRS += dell
|
|
endif
|
|
|
|
if HAVE_SYNAPTICS
|
|
SUBDIRS += synapticsmst
|
|
endif
|
|
|
|
if HAVE_COLORHUG
|
|
SUBDIRS += colorhug
|
|
endif
|
|
|
|
if HAVE_UEFI
|
|
SUBDIRS += uefi
|
|
endif
|
|
|
|
if HAVE_THUNDERBOLT
|
|
SUBDIRS += thunderbolt
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|