Makefile 378 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o
  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