diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-17 11:30:59 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:32 -0400 |
commit | 6bcb5d96654ecbf74feaa418412487a743051dcb (patch) | |
tree | 6776d4243a91bb5a3b5f91de6462750227738785 /hw/Makefile.objs | |
parent | a518e03cdba86079891d7faf57c928e01b323250 (diff) |
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.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 04cfb6ca6d..9068859ef0 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) |