Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/mega_sas/Makefile
          +++ new/usr/src/uts/intel/mega_sas/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  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# Copyright (c) 2018, Joyent, Inc.
  25      -
       24 +# Copyright 2019 Joyent, Inc.
  26   25  #
  27      -# uts/intel/mega_sas/Makefile
  28      -#
  29      -#       This makefile drives the production of the mega_sas driver kernel module.
  30      -#
  31      -#       intel implementation architecture dependent
  32      -#
  33   26  
  34   27  #
  35   28  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  36   29  #
  37   30  UTSBASE = ../..
  38   31  
  39   32  #
  40   33  #       Define the module and object file sets.
  41   34  #
  42   35  MODULE          = mega_sas
  43   36  OBJECTS         = $(MEGA_SAS_OBJS:%=$(OBJS_DIR)/%)
  44      -LINTS           = $(MEGA_SAS_OBJS:%.o=$(LINTS_DIR)/%.ln)
  45   37  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  46   38  CONF_SRCDIR     = $(UTSBASE)/common/io/mega_sas
  47   39  
  48   40  #
  49   41  #       Include common rules.
  50   42  #
  51   43  include $(UTSBASE)/intel/Makefile.intel
  52   44  
  53   45  #
  54   46  #       Define targets
  55   47  #
  56   48  ALL_TARGET      = $(BINARY) $(CONFMOD)
  57      -LINT_TARGET     = $(MODULE).lint
  58   49  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  59   50  
  60   51  #
  61      -#       Kernel Module Dependencies
       52 +#       Kernel Module Dependencies
  62   53  #
  63   54  LDFLAGS         += -dy -Nmisc/scsi
  64   55  
  65   56  CERRWARN        += -_gcc=-Wno-uninitialized
  66   57  
  67   58  # needs work
  68      -$(OBJS_DIR)/megaraid_sas.o := SMOFF += snprintf_overflow,all_func_returns
       59 +$(OBJS_DIR)/megaraid_sas.o := SMOFF += snprintf_overflow,all_func_returns,index_overflow
  69   60  
  70   61  #
  71   62  #       Default build targets.
  72   63  #
  73   64  .KEEP_STATE:
  74   65  
  75   66  def:            $(DEF_DEPS)
  76   67  
  77   68  all:            $(ALL_DEPS)
  78   69  
  79   70  clean:          $(CLEAN_DEPS)
  80   71  
  81   72  clobber:        $(CLOBBER_DEPS)
  82   73  
  83      -lint:           $(LINT_DEPS)
  84      -
  85      -modlintlib:     $(MODLINTLIB_DEPS)
  86      -
  87      -clean.lint:     $(CLEAN_LINT_DEPS)
  88      -
  89   74  install:        $(INSTALL_DEPS)
  90   75  
  91   76  #
  92   77  #       Include common targets.
  93   78  #
  94   79  include $(UTSBASE)/intel/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX