blob: ccaa7992ac972ddeebed99aaa48c61834288ce06 [file] [log] [blame]
Dennis Dalessandro01946212016-01-06 09:50:24 -08001#
2# rdmavt driver
3#
4#
5#
6# Called from the kernel module build system.
7#
8obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
9
Dennis Dalessandro81ba39a2016-01-22 13:00:28 -080010rdmavt-y := vt.o ah.o cq.o dma.o mad.o mcast.o mmap.o mr.o pd.o qp.o srq.o \
11 trace.o
12
13CFLAGS_trace.o = -I$(src)