1280182Sjfv#$FreeBSD: stable/10/sys/modules/ixv/Makefile 315333 2017-03-15 21:20:17Z erj $
2280182Sjfv
3280182Sjfv.PATH:  ${.CURDIR}/../../dev/ixgbe
4280182Sjfv
5280182SjfvKMOD    = if_ixv
6280182SjfvSRCS    = device_if.h bus_if.h pci_if.h
7283668SerjSRCS	+= opt_inet.h opt_inet6.h
8315333SerjSRCS    += if_ixv.c ixv_txrx.c ixv_osdep.c ixv_netmap.c
9280182Sjfv# Shared source
10315333SerjSRCS    += ixv_vf.c ixv_mbx.c
11280182SjfvCFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
12280182Sjfv
13280182Sjfv.include <bsd.kmod.mk>
14