]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Makefile
I2C support for 2430 SDP
[linux-2.6-omap-h63xx.git] / crypto / Makefile
index 5e1ff4e0b1fcc7ef1c0a708591bf7677fbbf614f..72366208e291cbbbbbfc89f5c4ddbbb26ec6e5ff 100644 (file)
@@ -10,6 +10,9 @@ obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o
 
 obj-$(CONFIG_CRYPTO_BLKCIPHER) += blkcipher.o
 
+crypto_hash-objs := hash.o
+obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o
+
 obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
 obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
 obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o