mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 13:55:23 +07: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
|
||
|
|