summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-08-18 00:30:22 +0000
committerpjd <pjd@FreeBSD.org>2005-08-18 00:30:22 +0000
commit352b6c307b4abedd12512a605aaec6e8df2c96bd (patch)
treeb82ecc9e11befe685821abc3de1036de62cc3eac /sys/modules/Makefile
parentb9a94147ea63b409890a3523aad70928e46e7f88 (diff)
downloadFreeBSD-src-352b6c307b4abedd12512a605aaec6e8df2c96bd.zip
FreeBSD-src-352b6c307b4abedd12512a605aaec6e8df2c96bd.tar.gz
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
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 437a7ef..42a2a46 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
OpenPOWER on IntegriCloud