i386: prepare shared boot/compressed/vmlinux.scr
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:41 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:41 +0000 (11:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/boot/compressed/Makefile
arch/i386/boot/compressed/vmlinux_32.scr [moved from arch/i386/boot/compressed/vmlinux.scr with 100% similarity]

index aa7f873..3f42891 100644 (file)
@@ -46,5 +46,5 @@ endif
 
 LDFLAGS_piggy.o := -r --format binary --oformat elf32-i386 -T
 
-$(obj)/piggy.o: $(src)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
+$(obj)/piggy.o: $(src)/vmlinux_32.scr $(obj)/vmlinux.bin.gz FORCE
        $(call if_changed,ld)