aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/crypto
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:44 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:44 +0200
commitfff7c9a4f6689243db004b8f6d8d4ba696796f81 (patch)
treedca233e96cf678cab46bc6f0bbeefbbecf0be2e7 /arch/i386/crypto
parent018977f6e7f11b08a5928641454f4c43a9b1ca43 (diff)
i386: prepare shared crypto/twofish-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/twofish-i586-asm_32.S (renamed from arch/i386/crypto/twofish-i586-asm.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile
index cd1038a22dd..22671a44295 100644
--- a/arch/i386/crypto/Makefile
+++ b/arch/i386/crypto/Makefile
@@ -8,5 +8,5 @@ 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.o
-twofish-i586-y := twofish-i586-asm.o twofish_32.o
+twofish-i586-y := twofish-i586-asm_32.o twofish_32.o
diff --git a/arch/i386/crypto/twofish-i586-asm.S b/arch/i386/crypto/twofish-i586-asm_32.S
index 39b98ed2c1b..39b98ed2c1b 100644
--- a/arch/i386/crypto/twofish-i586-asm.S
+++ b/arch/i386/crypto/twofish-i586-asm_32.S