Learn more about cloning repositories
You have read-only access
#
# 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)
Everything looks good. Well let you know here if theres anything you should know about.