diff options
| author | Paolo Bonzini | 2020-02-05 09:44:24 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:08 +0200 |
| commit | 931049b46cb58a499a36d8a1d0ac3f7b334e0876 (patch) | |
| tree | 098ebbc39c46194a50060a5f2155546f78df9fe2 /Makefile.objs | |
| parent | meson: add version.o (diff) | |
| download | qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.tar.gz qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.tar.xz qemu-931049b46cb58a499a36d8a1d0ac3f7b334e0876.zip | |
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 e5c9077517..9489864967 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/ |
