diff options
Diffstat (limited to 'hw/rdma/Makefile.objs')
-rw-r--r-- | hw/rdma/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/rdma/Makefile.objs b/hw/rdma/Makefile.objs new file mode 100644 index 0000000..cdffe4a --- /dev/null +++ b/hw/rdma/Makefile.objs @@ -0,0 +1,3 @@ +ifeq ($(CONFIG_RDMA),y) +obj-$(CONFIG_PCI) += rdma_utils.o +endif |