mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 01:55:10 +07:00
![Bryan O'Sullivan](/assets/img/avatar_default.png)
Integrate the ipath core and OpenIB drivers into the kernel build infrastructure. Add entry to MAINTAINERS. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
6 lines
207 B
Makefile
6 lines
207 B
Makefile
obj-$(CONFIG_INFINIBAND) += core/
|
|
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
|
|
obj-$(CONFIG_IPATH_CORE) += hw/ipath/
|
|
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
|
|
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
|