aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Makefile
diff options
context:
space:
mode:
authorMichal Ludvig <michal@logix.cz>2006-08-06 22:50:30 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-09-21 11:41:00 +1000
commit5644bda5d6aa17a70b8842eb56365d501a5da159 (patch)
treeac19f321bdc0dfa081e4ea7348584f516f6a7e7b /drivers/crypto/Makefile
parent[CRYPTO] padlock-sha: Make 2 functions static (diff)
downloadlinux-dev-5644bda5d6aa17a70b8842eb56365d501a5da159.tar.xz
linux-dev-5644bda5d6aa17a70b8842eb56365d501a5da159.zip
[CRYPTO] padlock: Helper module padlock.ko
Compile a helper module padlock.ko that will try to autoload all configured padlock algorithms. This also provides backward compatibility with the ancient times before padlock.ko was renamed to padlock-aes.ko Signed-off-by: Michal Ludvig <michal@logix.cz> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Makefile')
-rw-r--r--drivers/crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile
index df498c7d97ab..4c3d0ec1cf80 100644
--- a/drivers/crypto/Makefile
+++ b/drivers/crypto/Makefile
@@ -1,2 +1,3 @@
+obj-$(CONFIG_CRYPTO_DEV_PADLOCK) += padlock.o
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES) += padlock-aes.o
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_SHA) += padlock-sha.o