Mention branches and keyring.
[releases.git] / hw / irdma / Makefile
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
8 obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o
9
10 irdma-objs := cm.o        \
11               ctrl.o      \
12               hmc.o       \
13               hw.o        \
14               i40iw_hw.o  \
15               i40iw_if.o  \
16               icrdma_hw.o \
17               main.o      \
18               pble.o      \
19               puda.o      \
20               trace.o     \
21               uda.o       \
22               uk.o        \
23               utils.o     \
24               verbs.o     \
25               ws.o        \
26
27 CFLAGS_trace.o = -I$(src)