Print this page
4896 Performance improvements for KCF AES modes

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/kcf/Makefile
          +++ new/usr/src/uts/intel/kcf/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2015 by Saso Kiselkov. All rights reserved.
  24   25  #
  25   26  #       This makefile drives the production of the Kernel Cryptographic
  26   27  #       Framework core module.
  27   28  #
  28   29  #       Intel implementation architecture dependent
  29   30  #
  30   31  
  31   32  #
  32   33  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   34  #
  34   35  UTSBASE = ../..
  35   36  COM_DIR = $(COMMONBASE)/crypto
  36   37  
  37   38  #
  38   39  #       Define the module and object file sets.
  39   40  #
  40   41  MODULE          = kcf
  41   42  LINTS           = $(KCF_OBJS:%.o=$(LINTS_DIR)/%.ln)
  42   43  KCF_OBJS_32     =
  43      -KCF_OBJS_64     = gcm_intel.o
       44 +KCF_OBJS_64     = gcm_intel.o gcm_intel_cryptogams.o
  44   45  KCF_OBJS        += $(KCF_OBJS_$(CLASS))
  45   46  OBJECTS         = $(KCF_OBJS:%=$(OBJS_DIR)/%)
  46   47  ROOTMODULE      = $(ROOT_MISC_DIR)/$(MODULE)
  47   48  
  48   49  #
  49   50  #       Include common rules.
  50   51  #
  51   52  include $(UTSBASE)/intel/Makefile.intel
  52   53  
  53   54  #
↓ open down ↓ 55 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX