mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
10 lines
236 B
Makefile
10 lines
236 B
Makefile
|
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
|
||
|
|