master
build 11 lines 226 Bytes
Raw
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 vfio_user_ss = ss.source_set()
4 vfio_user_ss.add(files(
5 'container.c',
6 'device.c',
7 'pci.c',
8 'proxy.c',
9 ))
10
11 system_ss.add_all(when: 'CONFIG_VFIO_USER', if_true: vfio_user_ss)