forked from Minki/linux
072bf1f7e4
The HW hasn't been sold since 2005, and the SW has definite bit rot. Its time to remove it. So move it to staging for a few releases and then remove it after that. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
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/
|