mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
c0cf5bdde4
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>
5 lines
150 B
Makefile
5 lines
150 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt/
|
|
obj-$(CONFIG_RDMA_RXE) += rxe/
|
|
obj-$(CONFIG_RDMA_SIW) += siw/
|