mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 05:35:39 +00:00
hmp-cmds-target.c is no more target specific, move its code in hmp-cmds.c, which is built once for all system binaries. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-Id: <20251229231546.50604-8-philmd@linaro.org>
13 lines
302 B
Meson
13 lines
302 B
Meson
qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
|
|
|
|
system_ss.add(files(
|
|
'fds.c',
|
|
'hmp-cmds.c',
|
|
'hmp.c',
|
|
'qemu-config-qmp.c',
|
|
))
|
|
system_ss.add([spice_headers, files('qmp-cmds.c')])
|
|
|
|
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY',
|
|
if_true: [files('hmp-target.c'), spice])
|