Print this page
6064 ixgbe needs X550 support
@@ -19,10 +19,11 @@
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
#
# uts/intel/ixgbe/Makefile
#
# This makefile drives the production of the ixgbe
# network driver kernel module.
@@ -38,10 +39,11 @@
#
# Define the module and object file sets.
#
MODULE = ixgbe
OBJECTS = $(IXGBE_OBJS:%=$(OBJS_DIR)/%)
+OBJECTS += $(IXGBE_INTC_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(IXGBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/ixgbe
#
@@ -53,10 +55,11 @@
INC_PATH += -I$(UTSBASE)/common/io/ixgbe/core
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += -_gcc=-Wno-unused-value
#
# Define targets
#
ALL_TARGET = $(BINARY) $(CONFMOD)