Makefile revision 309447
1#
2# $FreeBSD: stable/10/sys/modules/cxgbe/if_cxgbev/Makefile 309447 2016-12-02 22:53:33Z jhb $
3#
4
5CXGBE=	${.CURDIR}/../../../dev/cxgbe
6.PATH: ${CXGBE} ${CXGBE}/common
7
8KMOD=	if_cxgbev
9SRCS=	bus_if.h
10SRCS+=	device_if.h
11SRCS+=	opt_inet.h
12SRCS+=	opt_inet6.h
13SRCS+=	opt_ofed.h
14SRCS+=	opt_rss.h
15SRCS+=	pci_if.h
16SRCS+=	t4_vf.c
17SRCS+=	t4vf_hw.c
18
19CFLAGS+= -I${CXGBE}
20
21.include <bsd.kmod.mk>
22