Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / infiniband / sw / rxe / Makefile
1 obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o
2
3 rdma_rxe-y := \
4         rxe.o \
5         rxe_comp.o \
6         rxe_req.o \
7         rxe_resp.o \
8         rxe_recv.o \
9         rxe_pool.o \
10         rxe_queue.o \
11         rxe_verbs.o \
12         rxe_av.o \
13         rxe_srq.o \
14         rxe_qp.o \
15         rxe_cq.o \
16         rxe_mr.o \
17         rxe_opcode.o \
18         rxe_mmap.o \
19         rxe_icrc.o \
20         rxe_mcast.o \
21         rxe_task.o \
22         rxe_net.o \
23         rxe_sysfs.o \
24         rxe_hw_counters.o