diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-05 09:44:24 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:08 -0400 |
commit | 931049b46cb58a499a36d8a1d0ac3f7b334e0876 (patch) | |
tree | 098ebbc39c46194a50060a5f2155546f78df9fe2 /Makefile.objs | |
parent | 04c6f1e798fc0f0f344e49b543a8334d9972d6c2 (diff) | |
download | qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.zip qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.tar.gz qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.tar.bz2 |
contrib/libvhost-user: convert to Meson
Since libqemuutil.a has been converted to Meson, the conversion is
straightforward.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index e5c9077..9489864 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -106,7 +106,6 @@ qga-vss-dll-obj-y = qga/ elf2dmp-obj-y = contrib/elf2dmp/ ivshmem-client-obj-$(CONFIG_IVSHMEM) = contrib/ivshmem-client/ ivshmem-server-obj-$(CONFIG_IVSHMEM) = contrib/ivshmem-server/ -libvhost-user-obj-y = contrib/libvhost-user/ vhost-user-scsi.o-cflags := $(LIBISCSI_CFLAGS) vhost-user-scsi.o-libs := $(LIBISCSI_LIBS) vhost-user-scsi-obj-y = contrib/vhost-user-scsi/ |