mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
meson: convert common QMP bits for qemu and qemu-storage-daemon
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
708eab42dc
commit
ff219dca9f
7 changed files with 27 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
|||
common-obj-$(CONFIG_SOFTMMU) += qom-hmp-cmds.o qom-qmp-cmds.o
|
||||
storage-daemon-obj-y += qom-qmp-cmds.o
|
|
@ -7,6 +7,9 @@ qom_ss.add(files(
|
|||
'qom-qobject.c',
|
||||
))
|
||||
|
||||
qmp_ss.add(files('qom-qmp-cmds.c'))
|
||||
softmmu_ss.add(files('qom-hmp-cmds.c'))
|
||||
|
||||
qom_ss = qom_ss.apply(config_host, strict: false)
|
||||
libqom = static_library('qom', qom_ss.sources() + genh,
|
||||
dependencies: [qom_ss.dependencies()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue