]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/i386/crypto/Makefile
i386: prepare shared crypto/aes.c
[linux-2.6-omap-h63xx.git] / arch / i386 / crypto / Makefile
index 103c353d0a63771524cef28d25606b95d59adb73..7154b14cd95058d5b60cc79e8a580681d594533a 100644 (file)
@@ -5,5 +5,8 @@
 # 
 
 obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o
+obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
+
+aes-i586-y := aes-i586-asm_32.o aes_32.o
+twofish-i586-y := twofish-i586-asm_32.o twofish_32.o
 
-aes-i586-y := aes-i586-asm.o aes.o