brintos

brintos / linux-shallow public Read only

0
0
Text · 375 B · 5395a58 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o3 4rdma_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 \18	rxe_mw.o \19	rxe_opcode.o \20	rxe_mmap.o \21	rxe_icrc.o \22	rxe_mcast.o \23	rxe_task.o \24	rxe_net.o \25	rxe_hw_counters.o26