Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/ixgbe/Makefile
          +++ new/usr/src/uts/intel/ixgbe/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # uts/intel/ixgbe/Makefile
  26   26  #
  27   27  #       This makefile drives the production of the ixgbe
  28   28  #       network driver kernel module.
  29   29  #
  30   30  #       intel architecture dependent
  31   31  #
  32   32  
  33   33  #
       34 +# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
       35 +#
       36 +
       37 +#
  34   38  #       Paths to the base of the uts directory trees
  35   39  #
  36   40  UTSBASE = ../..
  37   41  
  38   42  #
  39   43  #       Define the module and object file sets.
  40   44  #
  41   45  MODULE          = ixgbe
  42   46  OBJECTS         = $(IXGBE_OBJS:%=$(OBJS_DIR)/%)
  43   47  LINTS           = $(IXGBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
↓ open down ↓ 1 lines elided ↑ open up ↑
  45   49  CONF_SRCDIR     = $(UTSBASE)/common/io/ixgbe
  46   50  
  47   51  #
  48   52  #       Include common rules.
  49   53  #
  50   54  include $(UTSBASE)/intel/Makefile.intel
  51   55  
  52   56  CERRWARN        += -_gcc=-Wno-parentheses
  53   57  CERRWARN        += -_gcc=-Wno-switch
  54   58  CERRWARN        += -_gcc=-Wno-uninitialized
       59 +CERRWARN        += -_gcc=-Wno-unused-value
  55   60  
  56   61  #
  57   62  #       Define targets
  58   63  #
  59   64  ALL_TARGET      = $(BINARY) $(CONFMOD)
  60   65  LINT_TARGET     = $(MODULE).lint
  61   66  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  62   67  
  63   68  #
  64   69  # Driver depends on MAC
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX