Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Moni Shoua | 8700e3e | 2016-06-16 16:45:23 +0300 | [diff] [blame] | 2 | obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o |
3 | |||||
4 | rdma_rxe-y := \ | ||||
5 | rxe.o \ | ||||
6 | rxe_comp.o \ | ||||
7 | rxe_req.o \ | ||||
8 | rxe_resp.o \ | ||||
9 | rxe_recv.o \ | ||||
10 | rxe_pool.o \ | ||||
11 | rxe_queue.o \ | ||||
12 | rxe_verbs.o \ | ||||
13 | rxe_av.o \ | ||||
14 | rxe_srq.o \ | ||||
15 | rxe_qp.o \ | ||||
16 | rxe_cq.o \ | ||||
17 | rxe_mr.o \ | ||||
Moni Shoua | 8700e3e | 2016-06-16 16:45:23 +0300 | [diff] [blame] | 18 | rxe_opcode.o \ |
19 | rxe_mmap.o \ | ||||
20 | rxe_icrc.o \ | ||||
21 | rxe_mcast.o \ | ||||
22 | rxe_task.o \ | ||||
23 | rxe_net.o \ | ||||
Yonatan Cohen | 0b1e5b9 | 2017-03-10 18:23:56 +0200 | [diff] [blame] | 24 | rxe_sysfs.o \ |
25 | rxe_hw_counters.o |