summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixv/Makefile
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2015-06-01 17:35:29 +0000
committerjfv <jfv@FreeBSD.org>2015-06-01 17:35:29 +0000
commit03e93dab83ad63cb1aa518f44822d7b192a27274 (patch)
tree978bd6f1d67e83ce240481d3484486f399568743 /sys/modules/ixv/Makefile
parent9db743f69ba4b08b150e61c2fdc78895378158a0 (diff)
downloadFreeBSD-src-03e93dab83ad63cb1aa518f44822d7b192a27274.zip
FreeBSD-src-03e93dab83ad63cb1aa518f44822d7b192a27274.tar.gz
Revert last commit, to remove added skeleton tree.
Diffstat (limited to 'sys/modules/ixv/Makefile')
-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 3207739..f8ce347 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>
OpenPOWER on IntegriCloud