]> git.proxmox.com Git - mirror_qemu.git/blame - hw/remote/meson.build
meson: remove CONFIG_ALL
[mirror_qemu.git] / hw / remote / meson.build
CommitLineData
3f0e7e57
JR
1remote_ss = ss.source_set()
2
3remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))
ad22c308 4remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('mpqemu-link.c'))
48b06f50 5remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('message.c'))
c7d80c7c 6remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('remote-obj.c'))
9f811207 7remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy.c'))
bd36adb8 8remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iohub.c'))
253007d1 9remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iommu.c'))
3f0e7e57 10
55116968 11remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: libvfio_user_dep)
17252536
PB
12remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: files('vfio-user-obj.c'),
13 if_false: files('vfio-user-obj-stub.c'))
55116968 14
ed5d0019 15specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
c746b74a 16specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy-memory-listener.c'))
ed5d0019 17
de6cd759 18system_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)