summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-22 18:19:14 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-22 18:19:14 +0200
commit732e36a02b032e6cacd26694da55629b5e32c3bd (patch)
treea0b58f71f4bcf00cc3f7411b3bc0c8ed0f5cb043 /crypto/Makefile
parent0a26e8b887f5d68af39d80130747f934c3edbcd0 (diff)
downloadkernel-crypto-732e36a02b032e6cacd26694da55629b5e32c3bd.tar.gz
kernel-crypto-732e36a02b032e6cacd26694da55629b5e32c3bd.tar.xz
kernel-crypto-732e36a02b032e6cacd26694da55629b5e32c3bd.zip
Integrate cryptodev into kconfig and kbuild
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 9e8f61908cb..bf210884e1f 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -90,3 +90,5 @@ obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
#
obj-$(CONFIG_XOR_BLOCKS) += xor.o
obj-$(CONFIG_ASYNC_CORE) += async_tx/
+
+obj-$(CONFIG_CRYPTO_USERSPACE) += userspace/ \ No newline at end of file