Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65345
b: refs/heads/master
c: b673187
h: refs/heads/master
i:
  65343: 7bf1215
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 79ff2ad commit f4dc21c
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: e980b6d9dee73e879e9c4731d0ef8a3c9d44e6ed
refs/heads/master: b673187cba8a5bcd28455b8540d8542df1d85d9b
17 changes: 5 additions & 12 deletions trunk/arch/i386/crypto/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#
# i386/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#

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_32.o
twofish-i586-y := twofish-i586-asm_32.o twofish_32.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/i386/crypto/Makefile_32
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# i386/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#

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_32.o
twofish-i586-y := twofish-i586-asm_32.o twofish_32.o

0 comments on commit f4dc21c

Please sign in to comment.