summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-09-23 18:31:11 +1000
committerNeilBrown <neilb@suse.de>2009-09-23 18:31:11 +1000
commit02c423c93eecff41ff116812908375c8587be685 (patch)
treeaaccfc300816b7796f882b6f361bd8ab5d0431ba /crypto/async_tx/Makefile
parentb2a6de237d081577c556da17412fa36899bbc03f (diff)
parent7cb8e392ddce3e2f2358e36c59490dab50c9534f (diff)
downloadlinux-crypto-02c423c93eecff41ff116812908375c8587be685.tar.gz
linux-crypto-02c423c93eecff41ff116812908375c8587be685.zip
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus
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