summaryrefslogblamecommitdiffstats
path: root/hw/remote/meson.build
blob: 197b03864628510f5962b9eaee2e7b6a43fa8b03 (plain) (tree)
1
2
3
4
5




                                                                       
remote_ss = ss.source_set()

remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))

softmmu_ss.add_all(when: 'CONFIG_MULTIPROCESS', if_true: remote_ss)