]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Makefile
[CRYPTO] api: Make the crypto subsystem fully modular
[linux-2.6-omap-h63xx.git] / crypto / Makefile
index 6d34bf7ecf8d29864956c41ca6a947b8c6252234..ca024418f4fb6df738f8aab8e71902bebd6bd0a0 100644 (file)
@@ -2,7 +2,8 @@
 # Cryptographic API
 #
 
-obj-$(CONFIG_CRYPTO) += api.o cipher.o digest.o compress.o
+obj-$(CONFIG_CRYPTO) += crypto.o
+crypto-objs := api.o cipher.o digest.o compress.o
 
 crypto_algapi-$(CONFIG_PROC_FS) += proc.o
 crypto_algapi-objs := algapi.o scatterwalk.o $(crypto_algapi-y)