diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:17:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:17:15 +0200 |
commit | 9e9b4573e4411ac5fcfb6ba04ad360d3de6414ba (patch) | |
tree | 8e62dbe670e98552cf6ff7b9b5b59597e3143bf3 /arch/x86/boot/compressed/Makefile | |
parent | aadfb679c8eb9b83125833f03b5221889595b67c (diff) | |
download | op-kernel-dev-9e9b4573e4411ac5fcfb6ba04ad360d3de6414ba.zip op-kernel-dev-9e9b4573e4411ac5fcfb6ba04ad360d3de6414ba.tar.gz |
x86_64: 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/boot/compressed/Makefile')
-rw-r--r-- | arch/x86/boot/compressed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile index 76ab5cad..52c1db8 100644 --- a/arch/x86/boot/compressed/Makefile +++ b/arch/x86/boot/compressed/Makefile @@ -1,5 +1,5 @@ ifeq ($(CONFIG_X86_32),y) include ${srctree}/arch/x86/boot/compressed/Makefile_32 else -include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 +include ${srctree}/arch/x86/boot/compressed/Makefile_64 endif |