Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/ixgbe/Makefile
          +++ new/usr/src/uts/sparc/ixgbe/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2016 OmniTI Computer Consulting, Inc.  All rights reserved.
  24   25  #
  25   26  # uts/sparc/ixgbe/Makefile
  26   27  #
  27   28  #       This makefile drives the production of the ixgbe
  28   29  #       network driver kernel module.
  29   30  #
  30   31  #       sparc architecture dependent
  31   32  #
  32   33  
  33   34  #
  34   35  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35   36  #
  36   37  UTSBASE = ../..
  37   38  
  38   39  #
  39   40  #       Define the module and object file sets.
  40   41  #
  41   42  MODULE          = ixgbe
  42   43  OBJECTS         = $(IXGBE_OBJS:%=$(OBJS_DIR)/%)
       44 +OBJECTS         += $(IXGBE_INTC_OBJS:%=$(OBJS_DIR)/%)
  43   45  LINTS           = $(IXGBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
  44   46  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  45   47  CONF_SRCDIR     = $(UTSBASE)/common/io/ixgbe
  46   48  
  47   49  #
  48   50  #       Include common rules.
  49   51  #
  50   52  include $(UTSBASE)/sparc/Makefile.sparc
  51   53  
  52   54  INC_PATH        += -I$(UTSBASE)/common/io/ixgbe
  53   55  INC_PATH        += -I$(UTSBASE)/common/io/ixgbe/core
  54   56  
  55   57  CERRWARN        += -_gcc=-Wno-parentheses
  56   58  CERRWARN        += -_gcc=-Wno-switch
  57   59  CERRWARN        += -_gcc=-Wno-uninitialized
       60 +CERRWARN        += -_gcc=-Wno-unused-value
  58   61  
  59   62  #
  60   63  #       Define targets
  61   64  #
  62   65  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  63   66  LINT_TARGET     = $(MODULE).lint
  64   67  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  65   68  
  66   69  #
  67   70  #       Override defaults
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX