repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git]
/
drivers
/
infiniband
/
hw
/
irdma
/
Makefile
blob
48c3854235a055d13778a8e6b48ac391c243c8f5
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
)