repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migration/rdma: Eliminate error_propagate()
[qemu/armbru.git]
/
contrib
/
rdmacm-mux
/
meson.build
blob
36c9c8963047cae1375367b5cc91529943c05593
1
if have_pvrdma
2
# FIXME: broken on big endian architectures
3
executable('rdmacm-mux', files('main.c'), genh,
4
dependencies: [glib, libumad],
5
build_by_default: false,
6
install: false)
7
endif