diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:04 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:04 +0200 |
commit | e5e96ef2899fb9d6009a53f83952e00cad2a97ab (patch) | |
tree | d96d9db1cad8045779110208c48194f36bb65aac /arch/x86_64/boot | |
parent | 4290fcfd7391886c84e7e28ef2ac1125c15154f8 (diff) | |
download | linux-3.10-e5e96ef2899fb9d6009a53f83952e00cad2a97ab.tar.gz linux-3.10-e5e96ef2899fb9d6009a53f83952e00cad2a97ab.tar.bz2 linux-3.10-e5e96ef2899fb9d6009a53f83952e00cad2a97ab.zip |
x86_64: prepare shared boot/compressed/vmlinux.scr
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/boot')
-rw-r--r-- | arch/x86_64/boot/compressed/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/boot/compressed/vmlinux_64.scr (renamed from arch/x86_64/boot/compressed/vmlinux.scr) | 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 6b2fb990666..6fb949582b2 100644 --- a/arch/x86_64/boot/compressed/Makefile +++ b/arch/x86_64/boot/compressed/Makefile @@ -26,5 +26,5 @@ $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE LDFLAGS_piggy.o := -r --format binary --oformat elf64-x86-64 -T -$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE +$(obj)/piggy.o: $(obj)/vmlinux_64.scr $(obj)/vmlinux.bin.gz FORCE $(call if_changed,ld) diff --git a/arch/x86_64/boot/compressed/vmlinux.scr b/arch/x86_64/boot/compressed/vmlinux_64.scr index bd1429ce193..bd1429ce193 100644 --- a/arch/x86_64/boot/compressed/vmlinux.scr +++ b/arch/x86_64/boot/compressed/vmlinux_64.scr |