Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cxgbetool/Makefile
          +++ new/usr/src/cmd/cxgbetool/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2018 by Chelsio Communications, Inc.
  14   14  #
       15 +# Copyright (c) 2018, Joyent, Inc.
       16 +
  15   17  PROG =  cxgbetool
  16   18  
  17   19  include ../Makefile.cmd
  18   20  
  19   21  CFLAGS += $(CCVERBOSE) -I$(SRC)/uts/common/io/cxgbe/t4nex -I$(SRC)/uts/common/io/cxgbe/firmware
  20   22  
       23 +SMOFF += all_func_returns
       24 +
  21   25  all: $(PROG)
  22   26  
  23   27  install: all $(ROOTUSRSBINPROG)
  24   28  
  25   29  clean:
  26   30  
  27   31  lint: lint_PROG
  28   32  
  29   33  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX