mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 04:05:14 +07:00
![Roland Dreier](/assets/img/avatar_default.png)
Add an InfiniBand SCSI RDMA Protocol (SRP) initiator. This driver is used to talk talk to InfiniBand SRP targets (storage devices). Signed-off-by: Roland Dreier <rolandd@cisco.com>
5 lines
168 B
Makefile
5 lines
168 B
Makefile
obj-$(CONFIG_INFINIBAND) += core/
|
|
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
|
|
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
|
|
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
|