From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:11:42 +0000 (+0200) Subject: i386: prepare shared crypto/aes-i586-asm.S X-Git-Tag: v2.6.24-rc1~1713 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018977f6e7f11b08a5928641454f4c43a9b1ca43;p=linux-2.6 i386: prepare shared crypto/aes-i586-asm.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile index 57fcb333c9..cd1038a22d 100644 --- a/arch/i386/crypto/Makefile +++ b/arch/i386/crypto/Makefile @@ -7,6 +7,6 @@ obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o -aes-i586-y := aes-i586-asm.o aes.o +aes-i586-y := aes-i586-asm_32.o aes.o twofish-i586-y := twofish-i586-asm.o twofish_32.o diff --git a/arch/i386/crypto/aes-i586-asm.S b/arch/i386/crypto/aes-i586-asm_32.S similarity index 100% rename from arch/i386/crypto/aes-i586-asm.S rename to arch/i386/crypto/aes-i586-asm_32.S