You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_INFINIBAND_IPOIB) += ib_ipoib.o
|
|
|
|
ib_ipoib-y := ipoib_main.o \
|
|
ipoib_ib.o \
|
|
ipoib_multicast.o \
|
|
ipoib_verbs.o \
|
|
ipoib_vlan.o \
|
|
ipoib_ethtool.o
|
|
ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_CM) += ipoib_cm.o
|
|
ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o
|
|
|
|
|