aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-07-23 11:00:46 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-07-23 11:00:46 +0000
commit5f270659fd19653dc153c684dad24716e0de9949 (patch)
treefe15b0b26d50bcebdbb695bd94b9843d3c224d2d /sys/modules/Makefile
parent959059ef9ee0a6201ed83092865f6ef1ab7cbf70 (diff)
downloadsrc-5f270659fd19653dc153c684dad24716e0de9949.tar.gz
src-5f270659fd19653dc153c684dad24716e0de9949.zip
Crypto(4) driver for AESNI.
The aeskeys_{amd64,i386}.S content was mostly obtained from OpenBSD, no objections to the license from core. Hardware provided by: Sentex Communications Tested by: fabient, pho (previous versions) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=210409
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ea0c74861fde..191d629f973b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -10,6 +10,7 @@ SUBDIR= ${_3dfx} \
accf_http \
${_acpi} \
ae \
+ ${_aesni} \
age \
${_agp} \
aha \
@@ -439,6 +440,9 @@ _zfs= zfs
.if ${MACHINE} == "i386"
_aac= aac
_acpi= acpi
+.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
+_aesni= aesni
+.endif
_ahb= ahb
_amdsbwd= amdsbwd
_amdtemp= amdtemp
@@ -494,6 +498,9 @@ _snc= snc
.if ${MACHINE_ARCH} == "amd64"
_aac= aac
_acpi= acpi
+.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
+_aesni= aesni
+.endif
_agp= agp
_an= an
_amdsbwd= amdsbwd