Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

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