aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/crypto
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:42 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:42 +0200
commit018977f6e7f11b08a5928641454f4c43a9b1ca43 (patch)
tree5faf20e7024d253fda402f58b22faaf13a674704 /arch/i386/crypto
parent6a273b2b46f9e57bd0bc1f4b905e28d2f947588d (diff)
i386: prepare shared crypto/aes-i586-asm.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/crypto')
-rw-r--r--arch/i386/crypto/Makefile2
-rw-r--r--arch/i386/crypto/aes-i586-asm_32.S (renamed from arch/i386/crypto/aes-i586-asm.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile
index 57fcb333c9c..cd1038a22dd 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
index f942f0c8f63..f942f0c8f63 100644
--- a/arch/i386/crypto/aes-i586-asm.S
+++ b/arch/i386/crypto/aes-i586-asm_32.S