3f1244a2f8
Kconfig and Makefile for iSER. Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
6 lines
251 B
Makefile
6 lines
251 B
Makefile
obj-$(CONFIG_INFINIBAND) += core/
|
|
obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
|
|
obj-$(CONFIG_IPATH_CORE) += hw/ipath/
|
|
obj-$(CONFIG_INFINIBAND_IPOIB) += ulp/ipoib/
|
|
obj-$(CONFIG_INFINIBAND_SRP) += ulp/srp/
|
|
obj-$(CONFIG_INFINIBAND_ISER) += ulp/iser/
|