Sign in
qemu
/
qemu
/
2865bf1c5795371ef441e9029bc22566ccff8299
/
.
/
hw
/
vfio-user
/
meson.build
blob: 2ed0ae5b1dd987c76720125656c1174e9e83ae84 [
file
] [
log
] [
blame
]
# 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
)