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.
10 lines
236 B
10 lines
236 B
20 years ago
|
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
|
||
|
ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o
|
||
|
|