]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ixv/Makefile
MFV: zlib 1.3
[FreeBSD/FreeBSD.git] / sys / modules / ixv / Makefile
1
2 .PATH:  ${SRCTOP}/sys/dev/ixgbe
3
4 KMOD    = if_ixv
5 SRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
6 SRCS    += opt_inet.h opt_inet6.h opt_rss.h
7 SRCS    += if_ixv.c if_fdir.c ix_txrx.c ixgbe_osdep.c
8 # Shared source
9 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
10 SRCS    += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
11 SRCS    += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
12 CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe
13
14 .include <bsd.kmod.mk>