aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/crypto/Makefile')
-rw-r--r--arch/i386/crypto/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile
index 7154b14cd950..fbd34ac2cda2 100644
--- a/arch/i386/crypto/Makefile
+++ b/arch/i386/crypto/Makefile
@@ -1,12 +1,5 @@
1# 1ifeq ($(CONFIG_X86_32),y)
2# i386/crypto/Makefile 2include ${srctree}/arch/i386/crypto/Makefile_32
3# 3else
4# Arch-specific CryptoAPI modules. 4include ${srctree}/arch/x86_64/crypto/Makefile_64
5# 5endif
6
7obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o
8obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
9
10aes-i586-y := aes-i586-asm_32.o aes_32.o
11twofish-i586-y := twofish-i586-asm_32.o twofish_32.o
12