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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/wc/Makefile
          +++ new/usr/src/uts/intel/wc/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      -#
  27      -#       This makefile drives the production of the wc driver
  28      -#       kernel module.
  29      -#
  30      -#       intel implementation architecture independent
  31      -#
       26 +# Copyright (c) 2018, Joyent, Inc.
  32   27  
  33   28  #
  34   29  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35   30  #
  36   31  UTSBASE = ../..
  37   32  
  38   33  #
  39   34  #       Define the module and object file sets.
  40   35  #
  41   36  MODULE          = wc
↓ open down ↓ 14 lines elided ↑ open up ↑
  56   51  LINT_TARGET     = $(MODULE).lint
  57   52  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  58   53  
  59   54  #
  60   55  #       Overrides.
  61   56  #
  62   57  LDFLAGS         += -dy -Nmisc/tem -Ndacf/consconfig_dacf
  63   58  
  64   59  CERRWARN        += -_gcc=-Wno-uninitialized
  65   60  
       61 +# needs work
       62 +SMOFF += deref_check
       63 +
  66   64  #
  67   65  #       Default build targets.
  68   66  #
  69   67  .KEEP_STATE:
  70   68  
  71   69  def:            $(DEF_DEPS)
  72   70  
  73   71  all:            $(ALL_DEPS)
  74   72  
  75   73  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX