f94b533d09
Add a driver for the Ammasso 1100 gigabit ethernet RNIC. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
9 lines
350 B
Makefile
9 lines
350 B
Makefile
obj-$(CONFIG_INFINIBAND) += core/
|
|
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
|
|
obj-$(CONFIG_INFINIBAND_IPATH) += hw/ipath/
|
|
obj-$(CONFIG_INFINIBAND_EHCA) += hw/ehca/
|
|
obj-$(CONFIG_INFINIBAND_AMSO1100) += hw/amso1100/
|
|
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
|
|
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
|
|
obj-$(CONFIG_INFINIBAND_ISER) += ulp/iser/
|