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