opnsense-src/lib/ofed/libmlx5/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

23 lines
286 B
Makefile

_spath= ${SRCTOP}/contrib/ofed/libmlx5
.PATH: ${_spath}
SHLIBDIR?= /lib
LIB= mlx5
SHLIB_MAJOR= 1
MK_PROFILE= no
SRCS= \
buf.c \
cq.c \
dbrec.c \
mlx5.c \
qp.c \
srq.c \
verbs.c
LIBADD= ibverbs pthread
CFLAGS+= -I${_spath}
VERSION_MAP= ${_spath}/libmlx5.map
.include <bsd.lib.mk>