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