repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
infiniband
/
sw
/
rdmavt
/
Makefile
blob
78b276a90401bf04b9a29523dc9dd1ff56a7da08
1
#
2
# rdmavt driver
3
#
4
#
5
#
6
# Called from the kernel module build system.
7
#
8
obj-
$(
CONFIG_INFINIBAND_RDMAVT
) +=
rdmavt.o
9
10
rdmavt-y
:=
vt.o ah.o cq.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
11
rc.o srq.o trace.o
12
13
CFLAGS_trace.o
= -
I
$(
src
)