]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/rdma/krping/Makefile
Bring down 0.4.5 vendor files and other catchups with the distribution tarball.
[FreeBSD/FreeBSD.git] / sys / modules / rdma / krping / Makefile
1 # $FreeBSD$
2 .PATH: ${.CURDIR}/../../../contrib/rdma/krping
3
4 KMOD= krping
5 SRCS= krping.c krping_dev.c getopt.c
6 SRCS+=  bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
7 SRCS+=  opt_sched.h opt_inet.h opt_inet6.h
8 CFLAGS+= -I${.CURDIR}/../../../ofed/include
9 CFLAGS+= -I${.CURDIR}/../../../compat/linuxkpi/common/include
10
11 .include <bsd.kmod.mk>