ca7fd6cff3
Add erdma to the kernel build environment, and sort the source order in drivers/infiniband/Kconfig. Link: https://lore.kernel.org/r/20220727014927.76564-12-chengyou@linux.alibaba.com Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
5 lines
173 B
Makefile
5 lines
173 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_INFINIBAND_ERDMA) := erdma.o
|
|
|
|
erdma-y := erdma_cm.o erdma_main.o erdma_cmdq.o erdma_cq.o erdma_verbs.o erdma_qp.o erdma_eq.o
|