Add support file for 82599 in Makefile

MFC after:	2 weeks
This commit is contained in:
Jack F Vogel 2009-04-10 00:31:54 +00:00
parent 0ac6dfec68
commit b8ee200357
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190874

View file

@ -4,7 +4,8 @@ KMOD = ixgbe
SRCS = device_if.h bus_if.h pci_if.h
SRCS += ixgbe.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
SRCS += ixgbe_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
clean: