mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
hmp-target.c doesn't contain any target-specific code anymore. Merge it within hmp-cmds.c (which is already built once). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260427080738.77138-32-philmd@linaro.org>
10 lines
164 B
Meson
10 lines
164 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',
|
|
'qmp-cmds.c',
|
|
))
|