Print this page
DLPX-25998 TCP congestion control is inadequate
Reviewed at: http://reviews.delphix.com/r/34808/

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile.targ
          +++ new/usr/src/uts/Makefile.targ
↓ 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  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2015, Joyent, Inc.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
       26 +# Copyright (c) 2017 by Delphix. All rights reserved.
  26   27  #
  27   28  #       This Makefiles contains the common targets and definitions for
  28   29  #       all kernels. It is to be included in the Makefiles for specific
  29   30  #       implementation architectures and processor architecture dependent
  30   31  #       modules: i.e.: all driving kernel Makefiles.
  31   32  #
  32   33  
  33   34  #
  34   35  #       Default rule for building the lint library directory:
  35   36  #
↓ open down ↓ 135 lines elided ↑ open up ↑
 171  172  
 172  173  $(ROOT_MISC_DIR)/%:     $(OBJS_DIR)/% $(ROOT_MISC_DIR) FRC
 173  174          $(INS.file)
 174  175  
 175  176  $(ROOT_DACF_DIR)/%:     $(OBJS_DIR)/% $(ROOT_DACF_DIR) FRC
 176  177          $(INS.file)
 177  178  
 178  179  $(ROOT_BRAND_DIR)/%:    $(OBJS_DIR)/% $(ROOT_BRAND_DIR) FRC
 179  180          $(INS.file)
 180  181  
      182 +$(ROOT_CC_DIR)/%:       $(OBJS_DIR)/% $(ROOT_MOD_DIR) $(ROOT_CC_DIR) FRC
      183 +        $(INS.file)
      184 +
 181  185  $(ROOT_CRYPTO_DIR)/%:   $(OBJS_DIR)/% $(ROOT_CRYPTO_DIR) FRC
 182  186          $(INS.file)
 183  187  
 184  188  $(ROOT_KGSS_DIR)/%:     $(OBJS_DIR)/% $(ROOT_KGSS_DIR) FRC
 185  189          $(INS.file)
 186  190  
 187  191  $(ROOT_SCSI_VHCI_DIR)/%: $(OBJS_DIR)/% $(ROOT_SCSI_VHCI_DIR) FRC
 188  192          $(INS.file)
 189  193  
 190  194  $(ROOT_PMCS_FW_DIR)/%:  $(OBJS_DIR)/% $(ROOT_PMCS_FW_DIR) FRC
↓ open down ↓ 297 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX