]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Makefile
ARM: OMAP2: Force APLLs always active
[linux-2.6-omap-h63xx.git] / crypto / Makefile
index cce46a1c9dc7ccfea486e92b04a0dd6fec71a28e..0cf17f1ea1513a17ee828d53bea6bd09b56e27d0 100644 (file)
@@ -50,3 +50,9 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
 obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
 
 obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
+
+#
+# generic algorithms and the async_tx api
+#
+obj-$(CONFIG_XOR_BLOCKS) += xor.o
+obj-$(CONFIG_ASYNC_CORE) += async_tx/