freebsd-dev/sys/modules/rdma/iwcm/Makefile

11 lines
188 B
Makefile
Raw Normal View History

2008-05-05 20:19:33 +00:00
# $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>