Skip to content

Commit

Permalink
i386: prepare shared crypto/aes-i586-asm.S
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 6a273b2 commit 018977f
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 @@ -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

File renamed without changes.

0 comments on commit 018977f

Please sign in to comment.