Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75997
b: refs/heads/master
c: 974e4b7
h: refs/heads/master
i:
  75995: 3a2a882
v: v3
  • Loading branch information
Tan Swee Heng authored and Herbert Xu committed Jan 10, 2008
1 parent 469b0c8 commit e387072
Show file tree
Hide file tree
Showing 5 changed files with 1,259 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dadbc53d0bbde0e84c40b9f6bc5c50eb9eb7352a
refs/heads/master: 974e4b752ee623854c5dc2bbfc7c7725029ce173
2 changes: 2 additions & 0 deletions trunk/arch/x86/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o
obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
obj-$(CONFIG_CRYPTO_SALSA20_586) += salsa20-i586.o

obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o

aes-i586-y := aes-i586-asm_32.o aes_glue.o
twofish-i586-y := twofish-i586-asm_32.o twofish_32.o
salsa20-i586-y := salsa20-i586-asm_32.o salsa20_glue.o

aes-x86_64-y := aes-x86_64-asm_64.o aes_glue.o
twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o
Loading

0 comments on commit e387072

Please sign in to comment.