diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:03 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:03 -0400 |
commit | 4290fcfd7391886c84e7e28ef2ac1125c15154f8 (patch) | |
tree | 083acb8e714080587f99a5069a10f3fef6ca6001 /arch | |
parent | 6f80a03f0c7f03142219d5fafe4c7232b34eab9c (diff) |
x86_64: prepare shared boot/compressed/vmlinux.lds
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/boot/compressed/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/boot/compressed/vmlinux_64.lds (renamed from arch/x86_64/boot/compressed/vmlinux.lds) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile index fe623b77991f..6b2fb9906664 100644 --- a/arch/x86_64/boot/compressed/Makefile +++ b/arch/x86_64/boot/compressed/Makefile | |||
@@ -14,7 +14,7 @@ AFLAGS := $(CFLAGS) -D__ASSEMBLY__ | |||
14 | LDFLAGS := -m elf_x86_64 | 14 | LDFLAGS := -m elf_x86_64 |
15 | 15 | ||
16 | LDFLAGS_vmlinux := -T | 16 | LDFLAGS_vmlinux := -T |
17 | $(obj)/vmlinux: $(src)/vmlinux.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE | 17 | $(obj)/vmlinux: $(src)/vmlinux_64.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE |
18 | $(call if_changed,ld) | 18 | $(call if_changed,ld) |
19 | @: | 19 | @: |
20 | 20 | ||
diff --git a/arch/x86_64/boot/compressed/vmlinux.lds b/arch/x86_64/boot/compressed/vmlinux_64.lds index 94c13e557fb4..94c13e557fb4 100644 --- a/arch/x86_64/boot/compressed/vmlinux.lds +++ b/arch/x86_64/boot/compressed/vmlinux_64.lds | |||