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.
12 lines
282 B
12 lines
282 B
20 years ago
|
EXTRA_CFLAGS += -Idrivers/infiniband/include
|
||
|
|
||
|
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
|
||
|
|