mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
block: fix recursion in hw/block/dataplane
There are Xen files in hw/block/dataplane that should be compiled even if virtio-blk is disabled. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d6e9c470fc
commit
a02c0edb35
2 changed files with 3 additions and 2 deletions
|
@ -12,5 +12,6 @@ common-obj-$(CONFIG_NVME_PCI) += nvme.o
|
|||
obj-$(CONFIG_SH4) += tc58128.o
|
||||
|
||||
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
||||
obj-$(CONFIG_VIRTIO_BLK) += dataplane/
|
||||
obj-$(CONFIG_VHOST_USER_BLK) += vhost-user-blk.o
|
||||
|
||||
obj-y += dataplane/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
obj-y += virtio-blk.o
|
||||
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
||||
obj-$(CONFIG_XEN) += xen-block.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue