mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +00:00

Broken up commit to add the Soft iWarp RDMA driver. Signed-off-by: Bernard Metzler <bmt@zurich.ibm.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
12 lines
150 B
Makefile
12 lines
150 B
Makefile
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
|