Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
2# Copyright (c) 2019, Intel Corporation.
3
4#
5# Makefile for the Intel(R) Ethernet Connection RDMA Linux Driver
6#
7
8obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o
9
10irdma-objs := cm.o \
11 ctrl.o \
12 hmc.o \
13 hw.o \
14 i40iw_hw.o \
15 i40iw_if.o \
16 ig3rdma_if.o\
17 icrdma_if.o \
18 icrdma_hw.o \
19 ig3rdma_hw.o\
20 main.o \
21 pble.o \
22 puda.o \
23 trace.o \
24 uda.o \
25 uk.o \
26 utils.o \
27 verbs.o \
28 virtchnl.o \
29 ws.o \
30
31CFLAGS_trace.o = -I$(src)