Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o
0003 
0004 rdma_rxe-y := \
0005         rxe.o \
0006         rxe_comp.o \
0007         rxe_req.o \
0008         rxe_resp.o \
0009         rxe_recv.o \
0010         rxe_pool.o \
0011         rxe_queue.o \
0012         rxe_verbs.o \
0013         rxe_av.o \
0014         rxe_srq.o \
0015         rxe_qp.o \
0016         rxe_cq.o \
0017         rxe_mr.o \
0018         rxe_mw.o \
0019         rxe_opcode.o \
0020         rxe_mmap.o \
0021         rxe_icrc.o \
0022         rxe_mcast.o \
0023         rxe_task.o \
0024         rxe_net.o \
0025         rxe_hw_counters.o