x86_64: 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:17:03 +02:00
parent 9a163ed8e0
commit 987c75d717
8 changed files with 3 additions and 8 deletions

View File

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

View File

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

View File

@ -76,7 +76,7 @@ head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/k
libs-y += arch/x86_64/lib/ libs-y += arch/x86_64/lib/
core-y += arch/x86_64/kernel/ \ core-y += arch/x86_64/kernel/ \
arch/x86_64/mm/ \ arch/x86_64/mm/ \
arch/x86_64/crypto/ \ arch/x86/crypto/ \
arch/x86_64/vdso/ arch/x86_64/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/ core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
drivers-$(CONFIG_PCI) += arch/x86_64/pci/ drivers-$(CONFIG_PCI) += arch/x86_64/pci/

View File

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