Skip to content

Commit

Permalink
i386: prepare shared crypto/Makefile
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 e980b6d commit b673187
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
17 changes: 5 additions & 12 deletions 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 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 b673187

Please sign in to comment.