1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-24 16:10:11 +00:00
freebsd/sys/modules/rdma/iwcm/Makefile
2008-05-05 20:19:33 +00:00

11 lines
188 B
Makefile

# $FreeBSD$
RDMA= ${.CURDIR}/../../../contrib/rdma
.PATH: ${RDMA}
KMOD= rdma_iwcm
SRCS= device_if.h bus_if.h pci_if.h pcib_if.h opt_sched.h
SRCS+= rdma_iwcm.c
.include <bsd.kmod.mk>