aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/i386/Makefile2
-rw-r--r--arch/x86/crypto/Makefile (renamed from arch/i386/crypto/Makefile)2
-rw-r--r--arch/x86/crypto/Makefile_32 (renamed from arch/i386/crypto/Makefile_32)2
-rw-r--r--arch/x86/crypto/aes-i586-asm_32.S (renamed from arch/i386/crypto/aes-i586-asm_32.S)0
-rw-r--r--arch/x86/crypto/aes_32.c (renamed from arch/i386/crypto/aes_32.c)0
-rw-r--r--arch/x86/crypto/twofish-i586-asm_32.S (renamed from arch/i386/crypto/twofish-i586-asm_32.S)0
-rw-r--r--arch/x86/crypto/twofish_32.c (renamed from arch/i386/crypto/twofish_32.c)0
-rw-r--r--arch/x86_64/crypto/Makefile2
8 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index 45409c13f6e..dca07ae933d 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -105,7 +105,7 @@ libs-y += arch/i386/lib/
105core-y += arch/i386/kernel/ \ 105core-y += arch/i386/kernel/ \
106 arch/i386/mm/ \ 106 arch/i386/mm/ \
107 $(mcore-y)/ \ 107 $(mcore-y)/ \
108 arch/i386/crypto/ 108 arch/x86/crypto/
109drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ 109drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
110drivers-$(CONFIG_PCI) += arch/i386/pci/ 110drivers-$(CONFIG_PCI) += arch/i386/pci/
111# must be linked after kernel/ 111# must be linked after kernel/
diff --git a/arch/i386/crypto/Makefile b/arch/x86/crypto/Makefile
index fbd34ac2cda..b1bcf7c6302 100644
--- a/arch/i386/crypto/Makefile
+++ b/arch/x86/crypto/Makefile
@@ -1,5 +1,5 @@
1ifeq ($(CONFIG_X86_32),y) 1ifeq ($(CONFIG_X86_32),y)
2include ${srctree}/arch/i386/crypto/Makefile_32 2include ${srctree}/arch/x86/crypto/Makefile_32
3else 3else
4include ${srctree}/arch/x86_64/crypto/Makefile_64 4include ${srctree}/arch/x86_64/crypto/Makefile_64
5endif 5endif
diff --git a/arch/i386/crypto/Makefile_32 b/arch/x86/crypto/Makefile_32
index 7154b14cd95..2d873a2388e 100644
--- a/arch/i386/crypto/Makefile_32
+++ b/arch/x86/crypto/Makefile_32
@@ -1,5 +1,5 @@
1# 1#
2# i386/crypto/Makefile 2# x86/crypto/Makefile
3# 3#
4# Arch-specific CryptoAPI modules. 4# Arch-specific CryptoAPI modules.
5# 5#
diff --git a/arch/i386/crypto/aes-i586-asm_32.S b/arch/x86/crypto/aes-i586-asm_32.S
index f942f0c8f63..f942f0c8f63 100644
--- a/arch/i386/crypto/aes-i586-asm_32.S
+++ b/arch/x86/crypto/aes-i586-asm_32.S
diff --git a/arch/i386/crypto/aes_32.c b/arch/x86/crypto/aes_32.c
index 49aad9397f1..49aad9397f1 100644
--- a/arch/i386/crypto/aes_32.c
+++ b/arch/x86/crypto/aes_32.c
diff --git a/arch/i386/crypto/twofish-i586-asm_32.S b/arch/x86/crypto/twofish-i586-asm_32.S
index 39b98ed2c1b..39b98ed2c1b 100644
--- a/arch/i386/crypto/twofish-i586-asm_32.S
+++ b/arch/x86/crypto/twofish-i586-asm_32.S
diff --git a/arch/i386/crypto/twofish_32.c b/arch/x86/crypto/twofish_32.c
index e3004dfe9c7..e3004dfe9c7 100644
--- a/arch/i386/crypto/twofish_32.c
+++ b/arch/x86/crypto/twofish_32.c
diff --git a/arch/x86_64/crypto/Makefile b/arch/x86_64/crypto/Makefile
index fbd34ac2cda..b1bcf7c6302 100644
--- a/arch/x86_64/crypto/Makefile
+++ b/arch/x86_64/crypto/Makefile
@@ -1,5 +1,5 @@
1ifeq ($(CONFIG_X86_32),y) 1ifeq ($(CONFIG_X86_32),y)
2include ${srctree}/arch/i386/crypto/Makefile_32 2include ${srctree}/arch/x86/crypto/Makefile_32
3else 3else
4include ${srctree}/arch/x86_64/crypto/Makefile_64 4include ${srctree}/arch/x86_64/crypto/Makefile_64
5endif 5endif