X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fcrypto%2FMakefile;h=b8fbb43df6d704f5c5610c50cd7b8d9bd5a3f583;hb=06e1a8f0505426a97292174a959560fd86ea0a3d;hp=46bb609e2444a50cd9c5b2370d5febe0df90cbce;hpb=a7aed1c2dc4939d1d61285c738ad32700d791692;p=linux-2.6 diff --git a/arch/x86/crypto/Makefile b/arch/x86/crypto/Makefile index 46bb609e24..b8fbb43df6 100644 --- a/arch/x86/crypto/Makefile +++ b/arch/x86/crypto/Makefile @@ -8,8 +8,8 @@ obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o -aes-i586-y := aes-i586-asm_32.o aes_32.o +aes-i586-y := aes-i586-asm_32.o aes_glue.o twofish-i586-y := twofish-i586-asm_32.o twofish_32.o -aes-x86_64-y := aes-x86_64-asm_64.o aes_64.o +aes-x86_64-y := aes-x86_64-asm_64.o aes_glue.o twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o