aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-17 11:30:59 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:32 -0400
commit6bcb5d96654ecbf74feaa418412487a743051dcb (patch)
tree6776d4243a91bb5a3b5f91de6462750227738785 /hw/Makefile.objs
parenta518e03cdba86079891d7faf57c928e01b323250 (diff)
downloadqemu-6bcb5d96654ecbf74feaa418412487a743051dcb.zip
qemu-6bcb5d96654ecbf74feaa418412487a743051dcb.tar.gz
qemu-6bcb5d96654ecbf74feaa418412487a743051dcb.tar.bz2
meson: convert hw/block
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index 04cfb6c..9068859 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -3,7 +3,6 @@ devices-dirs-$(call lor,$(CONFIG_VIRTIO_9P),$(call land,$(CONFIG_VIRTFS),$(CONFI
devices-dirs-y += acpi/
devices-dirs-y += adc/
devices-dirs-y += audio/
-devices-dirs-y += block/
endif
common-obj-y += $(devices-dirs-y)