diff options
author | Jack F Vogel <jfv@FreeBSD.org> | 2009-04-10 00:31:54 +0000 |
---|---|---|
committer | Jack F Vogel <jfv@FreeBSD.org> | 2009-04-10 00:31:54 +0000 |
commit | b8ee200357a4c065ef6a0fd47f6756f8c552372a (patch) | |
tree | bac16670577d94916cd90b24efe829c13af2e693 /sys/modules/ixgbe | |
parent | 0ac6dfec68247cda47a7ca53c69ee8fc50e776b3 (diff) | |
download | src-b8ee200357a4c065ef6a0fd47f6756f8c552372a.tar.gz src-b8ee200357a4c065ef6a0fd47f6756f8c552372a.zip |
Add support file for 82599 in Makefile
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=190874
Diffstat (limited to 'sys/modules/ixgbe')
-rw-r--r-- | sys/modules/ixgbe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index a40a9090ae16..e159f46d63c1 100644 --- a/sys/modules/ixgbe/Makefile +++ b/sys/modules/ixgbe/Makefile @@ -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: |