You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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)
|
|
|