]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Makefile
crypto: cryptomgr - Add test infrastructure
[linux-2.6-omap-h63xx.git] / crypto / Makefile
index d4f3ed857df01bc376aee37a54bb7d2186c529a3..59ab5008eb99f96ff4c23f80e5fba629efcf1434 100644 (file)
@@ -22,6 +22,8 @@ crypto_hash-objs := hash.o
 crypto_hash-objs += ahash.o
 obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o
 
+cryptomgr-objs := algboss.o testmgr.o
+
 obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
 obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
 obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o