diff options
| author | Paolo Bonzini | 2019-06-10 12:27:52 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:10 +0200 |
| commit | a9c9727c028329e18ee3dcabb75f906147936fac (patch) | |
| tree | 7fe27300de3231cef72a5eb93298ec5e8aa3cb24 /Makefile.objs | |
| parent | contrib/vhost-user-scsi: convert to Meson (diff) | |
| download | qemu-a9c9727c028329e18ee3dcabb75f906147936fac.tar.gz qemu-a9c9727c028329e18ee3dcabb75f906147936fac.tar.xz qemu-a9c9727c028329e18ee3dcabb75f906147936fac.zip | |
contrib/rdmacm-mux: convert to Meson
We can use config-host.mak to decide whether the tool has to be built,
apart from that 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 ab798b08a7..0f80b63554 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/ -rdmacm-mux-obj-y = contrib/rdmacm-mux/ vhost-user-input-obj-y = contrib/vhost-user-input/ vhost-user-gpu-obj-y = contrib/vhost-user-gpu/ |
