summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixv/Makefile
diff options
context:
space:
mode:
authorerj <erj@FreeBSD.org>2015-06-24 15:53:52 +0000
committererj <erj@FreeBSD.org>2015-06-24 15:53:52 +0000
commit85b48dfe259aa35cdcae31a99c6ee5a77c356b11 (patch)
tree8b6175a71ea77ae68b283f38022eedf74739b70e /sys/modules/ixv/Makefile
parentedd9408469a982930e364cc9ba5257fc9fffb263 (diff)
downloadFreeBSD-src-85b48dfe259aa35cdcae31a99c6ee5a77c356b11.zip
FreeBSD-src-85b48dfe259aa35cdcae31a99c6ee5a77c356b11.tar.gz
Several build changes for ix and ixv:
- Allow ix and ixv to be built seperately. - Re-enable building ix for i386 and amd64 archs - Fix ixv Makefile. Approved by: jfv (mentor)
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