summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2014-12-25 23:00:39 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2014-12-29 21:39:27 +1100
commitc772d87b4c33db2f7341f91e32207a5ef03a3fde (patch)
treeca318fc582d204dd5edc783fa092015f378bcc50 /crypto/Makefile
parentf9b1d33400b689d77c48b5bccd94e6cc264f4a31 (diff)
downloadlinux-crypto-c772d87b4c33db2f7341f91e32207a5ef03a3fde.tar.gz
linux-crypto-c772d87b4c33db2f7341f91e32207a5ef03a3fde.zip
crypto: algif_rng - enable RNG interface compilation
Enable compilation of the RNG AF_ALG support and provide a Kconfig option to compile the RNG AF_ALG support. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 1445b910..ba19465f 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -99,6 +99,7 @@ obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o
obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
+obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o
#
# generic algorithms and the async_tx api