aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2015-06-01 17:35:29 +0000
committerJack F Vogel <jfv@FreeBSD.org>2015-06-01 17:35:29 +0000
commit30126537507f7c1a2cb70b64836d89c3533a35d6 (patch)
tree978bd6f1d67e83ce240481d3484486f399568743 /sys/modules
parent2533e325593dafb82197fc99be91cbc72c2736c5 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ixv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index 32077392152d..f8ce347d3128 100644
--- a/sys/modules/ixv/Makefile
+++ b/sys/modules/ixv/Makefile
@@ -7,8 +7,9 @@ SRCS = device_if.h bus_if.h pci_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h
SRCS += if_ixv.c ix_txrx.c
# Shared source
-SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
-SRCS += ixgbe_dcb.c ixgbe_mbx.c ixgbe_vf.c
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
+SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
+SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
.include <bsd.kmod.mk>