mirror of https://gitee.com/openkylin/linux.git
11 lines
408 B
Makefile
11 lines
408 B
Makefile
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
|
|
obj-$(CONFIG_INFINIBAND_QIB) += qib/
|
|
obj-$(CONFIG_INFINIBAND_EHCA) += ehca/
|
|
obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/
|
|
obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/
|
|
obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/
|
|
obj-$(CONFIG_INFINIBAND_NES) += nes/
|
|
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/
|
|
obj-$(CONFIG_INFINIBAND_USNIC) += usnic/
|