diff options
Diffstat (limited to 'hw/rdma/Makefile.objs')
-rw-r--r-- | hw/rdma/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs index cdffe4a9a3..6a59bf0d5b 100644 --- a/hw/rdma/Makefile.objs +++ b/hw/rdma/Makefile.objs @@ -1,3 +1,3 @@ ifeq ($(CONFIG_RDMA),y) -obj-$(CONFIG_PCI) += rdma_utils.o +obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o endif |