mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
meson: convert hw/rdma
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9f6ede2f1a
commit
19233c978a
4 changed files with 11 additions and 4 deletions
10
hw/rdma/meson.build
Normal file
10
hw/rdma/meson.build
Normal file
|
@ -0,0 +1,10 @@
|
|||
specific_ss.add(when: 'CONFIG_VMW_PVRDMA', if_true: files(
|
||||
'rdma.c',
|
||||
'rdma_backend.c',
|
||||
'rdma_rm.c',
|
||||
'rdma_utils.c',
|
||||
'vmw/pvrdma_cmd.c',
|
||||
'vmw/pvrdma_dev_ring.c',
|
||||
'vmw/pvrdma_main.c',
|
||||
'vmw/pvrdma_qp_ops.c',
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue