Print this page
6064 ixgbe needs X550 support
@@ -23,10 +23,11 @@
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012 Joyent, Inc. All rights reserved.
# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
+# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
#
#
# This Makefile defines all file modules for the directory uts/common
# and its children. These are the source files which may be considered
@@ -1996,15 +1997,17 @@
#
# Intel 10GbE PCIE NIC driver module
#
IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api.o \
- ixgbe_common.o ixgbe_phy.o \
+ ixgbe_common.o ixgbe_phy.o ixgbe_dcb.o \
+ ixgbe_dcb_82598.o ixgbe_dcb_82599.o \
ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o \
- ixgbe_log.o ixgbe_main.o \
+ ixgbe_log.o ixgbe_main.o ixgbe_mbx.o \
ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \
- ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o
+ ixgbe_tx.o ixgbe_vf.o ixgbe_x540.o \
+ ixgbe_x550.o
#
# NIU 10G/1G driver module
#
NXGE_OBJS = nxge_mac.o nxge_ipp.o nxge_rxdma.o \