Print this page
4896 Performance improvements for KCF AES modes
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2015 by Saso Kiselkov. All rights reserved.
#
# This makefile drives the production of the Kernel Cryptographic
# Framework core module.
#
# Intel implementation architecture dependent
*** 38,48 ****
# Define the module and object file sets.
#
MODULE = kcf
LINTS = $(KCF_OBJS:%.o=$(LINTS_DIR)/%.ln)
KCF_OBJS_32 =
! KCF_OBJS_64 = gcm_intel.o
KCF_OBJS += $(KCF_OBJS_$(CLASS))
OBJECTS = $(KCF_OBJS:%=$(OBJS_DIR)/%)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
--- 39,49 ----
# Define the module and object file sets.
#
MODULE = kcf
LINTS = $(KCF_OBJS:%.o=$(LINTS_DIR)/%.ln)
KCF_OBJS_32 =
! KCF_OBJS_64 = gcm_intel.o gcm_intel_cryptogams.o
KCF_OBJS += $(KCF_OBJS_$(CLASS))
OBJECTS = $(KCF_OBJS:%=$(OBJS_DIR)/%)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#