xref: /qemu/hw/vfio-user/meson.build (revision 438d863f1f40fbc2b57bf94cc6c998a6445c0932)
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3vfio_user_ss = ss.source_set()
4vfio_user_ss.add(files(
5  'container.c',
6  'pci.c',
7  'proxy.c',
8))
9
10system_ss.add_all(when: 'CONFIG_VFIO_USER', if_true: vfio_user_ss)
11