lineage_kernel_xcoverpro/drivers/infiniband/sw/rdmavt/Makefile

14 lines
229 B
Makefile
Raw Normal View History

2023-06-18 22:53:49 +00:00
#
# rdmavt driver
#
#
#
# Called from the kernel module build system.
#
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
rdmavt-y := vt.o ah.o cq.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
rc.o srq.o trace.o
CFLAGS_trace.o = -I$(src)