]> git.karo-electronics.de Git - linux-beck.git/commitdiff
x86_64: prepare shared boot/compressed/vmlinux.scr
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:04 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:04 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86_64/boot/compressed/Makefile
arch/x86_64/boot/compressed/vmlinux_64.scr [moved from arch/x86_64/boot/compressed/vmlinux.scr with 100% similarity]

index 6b2fb9906664d1db787f0bc9f7771bede2fc0334..6fb949582b23868ca2d3eeb75d641324d42a8528 100644 (file)
@@ -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)