mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
meson: convert hw/block
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a518e03cdb
commit
6bcb5d9665
6 changed files with 24 additions and 21 deletions
|
@ -1,2 +0,0 @@
|
|||
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
||||
obj-$(CONFIG_XEN) += xen-block.o
|
2
hw/block/dataplane/meson.build
Normal file
2
hw/block/dataplane/meson.build
Normal file
|
@ -0,0 +1,2 @@
|
|||
specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))
|
||||
specific_ss.add(when: 'CONFIG_XEN', if_true: files('xen-block.c'))
|
Loading…
Add table
Add a link
Reference in a new issue