Makefile 335 B

12345678910111213141516171819202122232425
  1. obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o
  2. rdma_rxe-y := \
  3. rxe.o \
  4. rxe_comp.o \
  5. rxe_req.o \
  6. rxe_resp.o \
  7. rxe_recv.o \
  8. rxe_pool.o \
  9. rxe_queue.o \
  10. rxe_verbs.o \
  11. rxe_av.o \
  12. rxe_srq.o \
  13. rxe_qp.o \
  14. rxe_cq.o \
  15. rxe_mr.o \
  16. rxe_dma.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