diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:43 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:43 -0400 |
commit | 0530bf37cebcf22a73652937c2340bc1ebd92000 (patch) | |
tree | ac2918d5eca7b0775875ad81fe98a0248ae5924f /arch/x86_64 | |
parent | 19d8d79ccfd2fb67b1eb86e3c634a2e68a4c4b11 (diff) |
i386: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/boot/compressed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile index 78514f3f626f..76ab5caddf9a 100644 --- a/arch/x86_64/boot/compressed/Makefile +++ b/arch/x86_64/boot/compressed/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/boot/compressed/Makefile_32 | 2 | include ${srctree}/arch/x86/boot/compressed/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 | 4 | include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 |
5 | endif | 5 | endif |