Makefile 682 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
  2. # Copyright (c) 2019, Intel Corporation.
  3. #
  4. # Makefile for the Intel(R) Ethernet Connection RDMA Linux Driver
  5. #
  6. obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o
  7. irdma-objs := cm.o \
  8. ctrl.o \
  9. hmc.o \
  10. hw.o \
  11. i40iw_hw.o \
  12. i40iw_if.o \
  13. icrdma_hw.o \
  14. main.o \
  15. pble.o \
  16. puda.o \
  17. trace.o \
  18. uda.o \
  19. uk.o \
  20. utils.o \
  21. verbs.o \
  22. ws.o \
  23. CFLAGS_trace.o = -I$(src)