mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
# $FreeBSD$
|
|
|
|
RDMA= ${.CURDIR}/../../../contrib/rdma
|
|
.PATH: ${RDMA}
|
|
|
|
KMOD= rdma_core
|
|
SRCS= device_if.h bus_if.h pci_if.h pcib_if.h
|
|
SRCS+= rdma_device.c
|
|
SRCS+= rdma_cache.c
|
|
SRCS+= rdma_verbs.c
|
|
|
|
.include <bsd.kmod.mk>
|