diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:21 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:21 -0400 |
commit | 9c2019421511a1bc646981d55528334ae46464c0 (patch) | |
tree | 12bd39b5201d0afc74dccd8e06464233d3058e58 /arch/i386/Makefile | |
parent | af49d41e8c0e6649b3966470aa6319585144f8e8 (diff) |
i386: move crypto
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/Makefile')
-rw-r--r-- | arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 45409c13f6ef..dca07ae933d7 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -105,7 +105,7 @@ libs-y += arch/i386/lib/ | |||
105 | core-y += arch/i386/kernel/ \ | 105 | core-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/ |
109 | drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ | 109 | drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ |
110 | drivers-$(CONFIG_PCI) += arch/i386/pci/ | 110 | drivers-$(CONFIG_PCI) += arch/i386/pci/ |
111 | # must be linked after kernel/ | 111 | # must be linked after kernel/ |