c02578b1fa
Some files of the rdma code do not depend on any target specific macros. Compile these only once to save some time during the build. Message-Id: <20230419114937.667221-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
13 lines
285 B
Meson
13 lines
285 B
Meson
softmmu_ss.add(when: 'CONFIG_VMW_PVRDMA', if_true: files(
|
|
'rdma.c',
|
|
'rdma_backend.c',
|
|
'rdma_utils.c',
|
|
'vmw/pvrdma_qp_ops.c',
|
|
))
|
|
specific_ss.add(when: 'CONFIG_VMW_PVRDMA', if_true: files(
|
|
'rdma_rm.c',
|
|
'vmw/pvrdma_cmd.c',
|
|
'vmw/pvrdma_dev_ring.c',
|
|
'vmw/pvrdma_main.c',
|
|
))
|