Print this page
10077 usr/src/uts/ Makefile changes for smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/fcp/Makefile
          +++ new/usr/src/uts/intel/fcp/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  # uts/intel/fcp/Makefile
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -# This makefile drives the production of fcp driver kernel module.
  27      -#
       26 +# Copyright (c) 2018, Joyent, Inc.
  28   27  
  29   28  #
  30   29  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  31   30  #
  32   31  UTSBASE = ../..
  33   32  ARCHDIR:sh = cd ..; basename `pwd`
  34   33  
  35   34  #
  36   35  #       Define the module and object file sets.
  37   36  #
↓ open down ↓ 24 lines elided ↑ open up ↑
  62   61  #       Lint tags
  63   62  #
  64   63  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  65   64  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  66   65  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  67   66  
  68   67  CERRWARN        += -_gcc=-Wno-parentheses
  69   68  CERRWARN        += -_gcc=-Wno-switch
  70   69  CERRWARN        += -_gcc=-Wno-uninitialized
  71   70  
       71 +SMATCH=off
       72 +
  72   73  #
  73   74  #       Default build targets.
  74   75  #
  75   76  .KEEP_STATE:
  76   77  
  77   78  def:            $(DEF_DEPS)
  78   79  
  79   80  all:            $(ALL_DEPS)
  80   81  
  81   82  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX