summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/Makefile
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2020-05-06 09:55:13 +0300
committerJason Gunthorpe <jgg@mellanox.com>2020-05-06 23:42:45 +0300
commit029e88fd1e6142ded73f07e2baef3e8a2a87e0ed (patch)
treec1c729648daebafb407053f514934d8465028d51 /drivers/infiniband/hw/mlx5/Makefile
parent6671cde83ddb9a65fd0a69e0896d089ace0e195c (diff)
downloadlinux-029e88fd1e6142ded73f07e2baef3e8a2a87e0ed.tar.xz
RDMA/mlx5: Move all WR logic from qp.c to separate file
Split qp.c by removing all WR logic to separate file. Link: https://lore.kernel.org/r/20200506065513.4668-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/Makefile')
-rw-r--r--drivers/infiniband/hw/mlx5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx5/Makefile b/drivers/infiniband/hw/mlx5/Makefile
index 228be05fbaf8..8cca61c671f8 100644
--- a/drivers/infiniband/hw/mlx5/Makefile
+++ b/drivers/infiniband/hw/mlx5/Makefile
@@ -16,7 +16,8 @@ mlx5_ib-y := ah.o \
qpc.o \
restrack.o \
srq.o \
- srq_cmd.o
+ srq_cmd.o \
+ wr.o
mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o
mlx5_ib-$(CONFIG_MLX5_ESWITCH) += ib_rep.o