Makefile 745 字节
Newer Older
L
Linus Torvalds 已提交
1 2
obj-$(CONFIG_INFINIBAND)		+= core/
obj-$(CONFIG_INFINIBAND_MTHCA)		+= hw/mthca/
3
obj-$(CONFIG_INFINIBAND_IPATH)		+= hw/ipath/
4
obj-$(CONFIG_INFINIBAND_QIB)		+= hw/qib/
5
obj-$(CONFIG_INFINIBAND_EHCA)		+= hw/ehca/
6
obj-$(CONFIG_INFINIBAND_AMSO1100)	+= hw/amso1100/
7
obj-$(CONFIG_INFINIBAND_CXGB3)		+= hw/cxgb3/
8
obj-$(CONFIG_INFINIBAND_CXGB4)		+= hw/cxgb4/
9
obj-$(CONFIG_MLX4_INFINIBAND)		+= hw/mlx4/
10
obj-$(CONFIG_MLX5_INFINIBAND)		+= hw/mlx5/
11
obj-$(CONFIG_INFINIBAND_NES)		+= hw/nes/
12
obj-$(CONFIG_INFINIBAND_OCRDMA)		+= hw/ocrdma/
L
Linus Torvalds 已提交
13
obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
14
obj-$(CONFIG_INFINIBAND_SRP)		+= ulp/srp/
15
obj-$(CONFIG_INFINIBAND_SRPT)		+= ulp/srpt/
O
Or Gerlitz 已提交
16
obj-$(CONFIG_INFINIBAND_ISER)		+= ulp/iser/
17
obj-$(CONFIG_INFINIBAND_ISERT)		+= ulp/isert/