]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/infiniband/sw/rxe/Makefile
Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[karo-tx-linux.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_dma.o \
18         rxe_opcode.o \
19         rxe_mmap.o \
20         rxe_icrc.o \
21         rxe_mcast.o \
22         rxe_task.o \
23         rxe_net.o \
24         rxe_sysfs.o