mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 08:00:41 +00:00

Redfish is an open industry standard specification and schema that helps enable simple and secure management of modern scalable platform hardware. This has only ever been tested using an emulator and not on real hardware.
44 lines
646 B
Meson
44 lines
646 B
Meson
subdir('dfu')
|
|
subdir('colorhug')
|
|
subdir('ebitdo')
|
|
subdir('steelseries')
|
|
subdir('nitrokey')
|
|
subdir('test')
|
|
subdir('udev')
|
|
subdir('unifying')
|
|
subdir('upower')
|
|
subdir('wacomhid')
|
|
|
|
# depends on dfu
|
|
subdir('csr')
|
|
|
|
if get_option('plugin_altos')
|
|
subdir('altos')
|
|
endif
|
|
|
|
if get_option('plugin_amt')
|
|
subdir('amt')
|
|
endif
|
|
|
|
if get_option('plugin_thunderbolt')
|
|
subdir('thunderbolt')
|
|
subdir('thunderbolt-power')
|
|
endif
|
|
|
|
if get_option('plugin_redfish')
|
|
subdir('redfish')
|
|
endif
|
|
|
|
if get_option('plugin_dell')
|
|
subdir('dell')
|
|
subdir('dell-esrt')
|
|
endif
|
|
|
|
if get_option('plugin_synaptics')
|
|
subdir('synapticsmst')
|
|
endif
|
|
|
|
if get_option('plugin_uefi')
|
|
subdir('uefi')
|
|
endif
|