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