Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65447
b: refs/heads/master
c: 3900b17
h: refs/heads/master
i:
  65445: ed1ffa3
  65443: 45feace
  65439: 34329ad
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 4c3f020 commit 4d8386d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d685249a33eb729d1dbe7ee54d63cb81fdee53da
refs/heads/master: 3900b170baf0fa2bfe5ed43592e9acc95521fe0a
17 changes: 5 additions & 12 deletions trunk/arch/x86_64/crypto/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#
# x86_64/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#

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

aes-x86_64-y := aes-x86_64-asm_64.o aes_64.o
twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o

ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32
else
include ${srctree}/arch/x86_64/crypto/Makefile_64
endif
12 changes: 12 additions & 0 deletions trunk/arch/x86_64/crypto/Makefile_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# x86_64/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#

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

aes-x86_64-y := aes-x86_64-asm_64.o aes_64.o
twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o

0 comments on commit 4d8386d

Please sign in to comment.