Skip to content

Commit

Permalink
i386: prepare shared crypto/twofish.c
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent c339dd6 commit 6a273b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.o aes.o
twofish-i586-y := twofish-i586-asm.o twofish.o
twofish-i586-y := twofish-i586-asm.o twofish_32.o

File renamed without changes.

0 comments on commit 6a273b2

Please sign in to comment.