You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
a4d61e8480
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
|
|
|