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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/net80211/Makefile
          +++ new/usr/src/uts/intel/net80211/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  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright (c) 2018, Joyent, Inc.
  26   27  
  27   28  #
  28   29  #       This file makes the atheros driver for an intel system
  29   30  #
  30   31  #       intel 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  #
↓ open down ↓ 26 lines elided ↑ open up ↑
  62   63  
  63   64  #
  64   65  # STREAMS API limitations force us to turn off these lint checks.
  65   66  #
  66   67  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  67   68  
  68   69  CERRWARN        += -_gcc=-Wno-switch
  69   70  CERRWARN        += -_gcc=-Wno-uninitialized
  70   71  CERRWARN        += -_gcc=-Wno-parentheses
  71   72  
       73 +# needs work
       74 +SMATCH=off
       75 +
  72   76  #
  73   77  #       Default build targets.
  74   78  #
  75   79  .KEEP_STATE:
  76   80  
  77   81  def:            $(DEF_DEPS)
  78   82  
  79   83  all:            $(ALL_DEPS)
  80   84  
  81   85  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX