]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ofed/libcxgb4/Makefile
Import DTS files for riscv from Linux 5.4
[FreeBSD/FreeBSD.git] / lib / ofed / libcxgb4 / Makefile
1 # $FreeBSD$
2
3 _spath= ${SRCTOP}/contrib/ofed/libcxgb4
4 .PATH: ${_spath}
5
6 SHLIBDIR?=      /usr/lib
7 LIB=            cxgb4
8 SHLIB_MAJOR=    1
9 MK_PROFILE=     no
10
11 SRCS= \
12 cq.c \
13 dev.c \
14 qp.c \
15 verbs.c
16
17 LIBADD=         ibverbs pthread
18 CFLAGS+=        -I${_spath}
19
20 .include <bsd.lib.mk>