summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Makefile
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-12-01 15:16:22 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-12-01 15:16:22 +0800
commitbfb9230bfc1effc16af5563c357ca6a5f22e1bfe (patch)
treeee476c4f1d109e11211ca5b7dfe52ebbc350d167 /crypto/async_tx/Makefile
parent4a8776eb54d1e2d368e17f0177702ea6c140d113 (diff)
parentfa1753c68b55aade9ad6e59f493814cf50b6eef8 (diff)
downloadlinux-crypto-bfb9230bfc1effc16af5563c357ca6a5f22e1bfe.tar.gz
linux-crypto-bfb9230bfc1effc16af5563c357ca6a5f22e1bfe.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'crypto/async_tx/Makefile')
-rw-r--r--crypto/async_tx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/async_tx/Makefile b/crypto/async_tx/Makefile
index 27baa7d5..d1e0e6f7 100644
--- a/crypto/async_tx/Makefile
+++ b/crypto/async_tx/Makefile
@@ -2,3 +2,6 @@ obj-$(CONFIG_ASYNC_CORE) += async_tx.o
obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
obj-$(CONFIG_ASYNC_MEMSET) += async_memset.o
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
+obj-$(CONFIG_ASYNC_PQ) += async_pq.o
+obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
+obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o