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/x86_64/crypto | |
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/x86_64/crypto')
-rw-r--r-- | arch/x86_64/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/crypto/Makefile b/arch/x86_64/crypto/Makefile index fbd34ac2cda2..b1bcf7c63028 100644 --- a/arch/x86_64/crypto/Makefile +++ b/arch/x86_64/crypto/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/crypto/Makefile_32 | 2 | include ${srctree}/arch/x86/crypto/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/crypto/Makefile_64 | 4 | include ${srctree}/arch/x86_64/crypto/Makefile_64 |
5 | endif | 5 | endif |