Print this page
6064 ixgbe needs X550 support
Reviewed by: Tycho Nightingale <tycho.nightingale@pluribusnetworks.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
        
*** 19,28 ****
--- 19,29 ----
  # 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,47 ****
--- 39,49 ----
  #
  #       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,62 ****
--- 55,65 ----
  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)