mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 04:05:05 +07:00
![Roland Dreier](/assets/img/avatar_default.png)
Move the InfiniBand headers from drivers/infiniband/include to include/rdma. This allows InfiniBand-using code to live elsewhere, and lets us remove the ugly EXTRA_CFLAGS include path from the InfiniBand Makefiles. Signed-off-by: Roland Dreier <rolandd@cisco.com>
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
|
|
|