提交 9c201942 编写于 作者: T Thomas Gleixner

i386: move crypto

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 af49d41e
......@@ -105,7 +105,7 @@ libs-y += arch/i386/lib/
core-y += arch/i386/kernel/ \
arch/i386/mm/ \
$(mcore-y)/ \
arch/i386/crypto/
arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
drivers-$(CONFIG_PCI) += arch/i386/pci/
# must be linked after kernel/
......
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32
include ${srctree}/arch/x86/crypto/Makefile_32
else
include ${srctree}/arch/x86_64/crypto/Makefile_64
endif
#
# i386/crypto/Makefile
# x86/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#
......
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32
include ${srctree}/arch/x86/crypto/Makefile_32
else
include ${srctree}/arch/x86_64/crypto/Makefile_64
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册