forked from Minki/linux
696513e8cf
Add rvt_compute_aeth() and rvt_get_credit() as shared functions in rdmavt, moved from hfi1/qib logic. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Brian Welty <brian.welty@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
14 lines
235 B
Makefile
14 lines
235 B
Makefile
#
|
|
# rdmavt driver
|
|
#
|
|
#
|
|
#
|
|
# Called from the kernel module build system.
|
|
#
|
|
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
|
|
|
|
rdmavt-y := vt.o ah.o cq.o dma.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
|
|
rc.o srq.o trace.o
|
|
|
|
CFLAGS_trace.o = -I$(src)
|