]> git.proxmox.com Git - mirror_qemu.git/blame - hw/remote/meson.build
multi-process: introduce proxy object
[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'))
3f0e7e57 8
ed5d0019
JR
9specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
10
3f0e7e57 11softmmu_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)