Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/simnet/Makefile
          +++ new/usr/src/uts/intel/simnet/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2019 Joyent, Inc.
  25   26  #
       27 +
       28 +#
  26   29  # Path to the base of the uts directory tree (usually /usr/src/uts).
  27   30  #
  28   31  UTSBASE = ../..
  29   32  
  30   33  #
  31   34  # Define the module and object file sets.
  32   35  #
  33   36  MODULE          = simnet
  34   37  OBJECTS         = $(SIMNET_OBJS:%=$(OBJS_DIR)/%)
  35      -LINTS           = $(SIMNET_OBJS:%.o=$(LINTS_DIR)/%.ln)
  36   38  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  37   39  CONF_SRCDIR     = $(UTSBASE)/common/io/$(MODULE)
  38   40  
  39   41  #
  40   42  # Include common rules.
  41   43  #
  42   44  include $(UTSBASE)/intel/Makefile.intel
  43   45  
  44   46  #
  45   47  # Define targets
  46   48  #
  47   49  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  48      -LINT_TARGET     = $(MODULE).lint
  49   50  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  50   51  
  51   52  #
  52   53  # Overrides
  53   54  #
  54   55  CFLAGS          += $(CCVERBOSE)
  55   56  LDFLAGS         += -dy -Ndrv/dld -Nmisc/mac -Nmisc/dls -Ndrv/random
  56   57  
  57   58  CERRWARN        += -_gcc=-Wno-switch
  58   59  
       60 +# needs work
       61 +$(OBJS_DIR)/simnet.o := SMOFF += index_overflow
       62 +
  59   63  #
  60   64  #       Default build targets.
  61   65  #
  62   66  .KEEP_STATE:
  63   67  
  64   68  def:            $(DEF_DEPS)
  65   69  
  66   70  all:            $(ALL_DEPS)
  67   71  
  68   72  clean:          $(CLEAN_DEPS)
  69   73  
  70   74  clobber:        $(CLOBBER_DEPS)
  71   75  
  72      -lint:           $(LINT_DEPS)
  73      -
  74      -modlintlib:     $(MODLINTLIB_DEPS)
  75      -
  76      -clean.lint:     $(CLEAN_LINT_DEPS)
  77      -
  78   76  install:        $(INSTALL_DEPS)
  79   77  
  80   78  #
  81   79  #       Include common targets.
  82   80  #
  83   81  include $(UTSBASE)/intel/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX