13 lines
215 B
Makefile
13 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>
|