mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
10 lines
368 B
Makefile
10 lines
368 B
Makefile
|
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
|
||
|
obj-$(CONFIG_INFINIBAND_QIB) += qib/
|
||
|
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/
|