Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c201942 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move crypto



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent af49d41e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/
+1 −1
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
# 
# i386/crypto/Makefile 
# x86/crypto/Makefile 
# 
# Arch-specific CryptoAPI modules.
# 
+0 −0

File moved.

Loading