Makefile revision 315333
1#$FreeBSD: stable/10/sys/modules/ixv/Makefile 315333 2017-03-15 21:20:17Z erj $
2
3.PATH:  ${.CURDIR}/../../dev/ixgbe
4
5KMOD    = if_ixv
6SRCS    = device_if.h bus_if.h pci_if.h
7SRCS	+= opt_inet.h opt_inet6.h
8SRCS    += if_ixv.c ixv_txrx.c ixv_osdep.c ixv_netmap.c
9# Shared source
10SRCS    += ixv_vf.c ixv_mbx.c
11CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
12
13.include <bsd.kmod.mk>
14