aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-08-18 00:30:22 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-08-18 00:30:22 +0000
commitef0a6e203b6db3e19a2cdb3bb466ed6ee55013dd (patch)
treeb82ecc9e11befe685821abc3de1036de62cc3eac /sys/modules/Makefile
parenta9d726bd1809c8c1ae83c96b464c118172025089 (diff)
downloadsrc-ef0a6e203b6db3e19a2cdb3bb466ed6ee55013dd.tar.gz
src-ef0a6e203b6db3e19a2cdb3bb466ed6ee55013dd.zip
Add VIA/ACE "PadLock" support as a crypto(9) driver.
HW donated by: Mike Tancsa <mike@sentex.net> Most of the code obtained from: OpenBSD MFC after: 3 days
Notes
Notes: svn path=/head/; revision=149211
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 437a7efce5ae..42a2a4689dfb 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -173,6 +173,7 @@ SUBDIR= ${_3dfx} \
${_nwfs} \
${_oltr} \
${_osf1} \
+ ${_padlock} \
patm \
${_pccard} \
${_pcfclock} \
@@ -394,6 +395,11 @@ _iir= iir
_ips= ips
_mly= mly
_nve= nve
+.if !defined(NO_CRYPT) || defined(ALL_MODULES)
+.if exists(${.CURDIR}/../crypto/via)
+_padlock= padlock
+.endif
+.endif
_s3= s3
_twa= twa
_vesa= vesa