Lines Matching full:add
1 system_ss.add([files(
14 system_ss.add(files('rng-random.c'))
16 system_ss.add(files('hostmem-file.c'))
17 system_ss.add([files('hostmem-shm.c'), rt])
21 system_ss.add(files('hostmem-memfd.c'))
22 system_ss.add(files('host_iommu_device.c'))
25 system_ss.add(keyutils, files('cryptodev-lkcf.c'))
28 system_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c'))
30 system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c'))
31 system_ss.add(when: 'CONFIG_IOMMUFD', if_true: files('iommufd.c'))
33 system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c'))
35 system_ss.add(when: gio, if_true: files('dbus-vmstate.c'))
36 system_ss.add(when: 'CONFIG_SGX', if_true: files('hostmem-epc.c'))
38 system_ss.add(igvm)
39 system_ss.add(files('igvm-cfg.c'), igvm)
40 system_ss.add(files('igvm.c'), igvm)
43 system_ss.add(when: 'CONFIG_SPDM_SOCKET', if_true: files('spdm-socket.c'))