aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/sw/siw/Makefile')
-rw-r--r--drivers/infiniband/sw/siw/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/infiniband/sw/siw/Makefile b/drivers/infiniband/sw/siw/Makefile
new file mode 100644
index 000000000000..f5f7e3867889
--- /dev/null
+++ b/drivers/infiniband/sw/siw/Makefile
@@ -0,0 +1,11 @@
+obj-$(CONFIG_RDMA_SIW) += siw.o
+
+siw-y := \
+ siw_cm.o \
+ siw_cq.o \
+ siw_main.o \
+ siw_mem.o \
+ siw_qp.o \
+ siw_qp_tx.o \
+ siw_qp_rx.o \
+ siw_verbs.o