You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/vfio-user/meson.build

12 lines
226 B
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
vfio_user_ss = ss.source_set()
vfio_user_ss.add(files(
'container.c',
'device.c',
'pci.c',
'proxy.c',
))
system_ss.add_all(when: 'CONFIG_VFIO_USER', if_true: vfio_user_ss)