hw/rdma: Compile target-independent parts of the rdma code only once
authorThomas Huth <thuth@redhat.com>
Wed, 19 Apr 2023 11:49:37 +0000 (13:49 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Apr 2023 06:05:37 +0000 (08:05 +0200)
commitc02578b1fa0345d3da7dcdacf30ea2c246336257
treec671fb920c4d89b61f6ad4f6f3886616a0ea60b7
parentc4c289cc5f6109a8c131943a7554679ffb42c03f
hw/rdma: Compile target-independent parts of the rdma code only once

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>
hw/rdma/meson.build