]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ixv/Makefile
ixgbe(4): Update to 3.2.11-k
[FreeBSD/stable/10.git] / sys / modules / ixv / Makefile
1 #$FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/ixgbe
4
5 KMOD    = if_ixv
6 SRCS    = device_if.h bus_if.h pci_if.h
7 SRCS    += opt_inet.h opt_inet6.h
8 SRCS    += if_ixv.c ixv_txrx.c ixv_osdep.c ixv_netmap.c
9 # Shared source
10 SRCS    += ixv_vf.c ixv_mbx.c
11 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
12
13 .include <bsd.kmod.mk>