summaryrefslogtreecommitdiffstats
path: root/contrib/rdmacm-mux/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini2019-06-10 12:27:52 +0200
committerPaolo Bonzini2020-08-21 12:30:10 +0200
commita9c9727c028329e18ee3dcabb75f906147936fac (patch)
tree7fe27300de3231cef72a5eb93298ec5e8aa3cb24 /contrib/rdmacm-mux/Makefile.objs
parentcontrib/vhost-user-scsi: convert to Meson (diff)
downloadqemu-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 'contrib/rdmacm-mux/Makefile.objs')
-rw-r--r--contrib/rdmacm-mux/Makefile.objs3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/rdmacm-mux/Makefile.objs b/contrib/rdmacm-mux/Makefile.objs
deleted file mode 100644
index 3df744af89..0000000000
--- a/contrib/rdmacm-mux/Makefile.objs
+++ /dev/null
@@ -1,3 +0,0 @@
-ifdef CONFIG_PVRDMA
-rdmacm-mux-obj-y = main.o
-endif