diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 17:23:36 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:26 -0400 |
commit | be786d2f4aa3f9f53141ddabb50247176c004506 (patch) | |
tree | 4e2b7c9b4b93edab1a865fc3dfea0f895c2c8f56 /hw/Makefile.objs | |
parent | e4fea7db5ea8b0b3482a9f1510f28be1e9715e42 (diff) |
meson: convert hw/virtio
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 9ebd13d7cd..a1cfb99334 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -32,7 +32,6 @@ devices-dirs-y += timer/ devices-dirs-$(CONFIG_TPM) += tpm/ devices-dirs-y += usb/ devices-dirs-$(CONFIG_VFIO) += vfio/ -devices-dirs-y += virtio/ endif common-obj-y += $(devices-dirs-y) |