brintos

brintos / linux-shallow public Read only

0
0
Text · 682 B · 48c3854 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB2# Copyright (c) 2019, Intel Corporation.3 4#5# Makefile for the Intel(R) Ethernet Connection RDMA Linux Driver6#7 8obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o9 10irdma-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 27CFLAGS_trace.o = -I$(src)28