i386: move crypto

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner 2007-10-11 11:16:21 +02:00
parent af49d41e8c
commit 9c20194215
8 changed files with 4 additions and 4 deletions

View file

@ -105,7 +105,7 @@ libs-y += arch/i386/lib/
core-y += arch/i386/kernel/ \ core-y += arch/i386/kernel/ \
arch/i386/mm/ \ arch/i386/mm/ \
$(mcore-y)/ \ $(mcore-y)/ \
arch/i386/crypto/ arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
drivers-$(CONFIG_PCI) += arch/i386/pci/ drivers-$(CONFIG_PCI) += arch/i386/pci/
# must be linked after kernel/ # must be linked after kernel/

View file

@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32 include ${srctree}/arch/x86/crypto/Makefile_32
else else
include ${srctree}/arch/x86_64/crypto/Makefile_64 include ${srctree}/arch/x86_64/crypto/Makefile_64
endif endif

View file

@ -1,5 +1,5 @@
# #
# i386/crypto/Makefile # x86/crypto/Makefile
# #
# Arch-specific CryptoAPI modules. # Arch-specific CryptoAPI modules.
# #

View file

@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32 include ${srctree}/arch/x86/crypto/Makefile_32
else else
include ${srctree}/arch/x86_64/crypto/Makefile_64 include ${srctree}/arch/x86_64/crypto/Makefile_64
endif endif