Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / monitor / meson.build
blobccb4d1a8e60cd0e4f67e35ccbe2b51fb5d09045f
1 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
3 softmmu_ss.add(files(
4   'fds.c',
5   'hmp-cmds.c',
6   'hmp.c',
7 ))
8 softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
10 specific_ss.add(when: 'CONFIG_SOFTMMU',
11                 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])