From 20e482b6421cffa92942e2c4970c113667451205 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:41 +0200 Subject: [PATCH] i386: prepare shared boot/compressed/vmlinux.scr Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/boot/compressed/Makefile | 2 +- arch/i386/boot/compressed/{vmlinux.scr => vmlinux_32.scr} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/boot/compressed/{vmlinux.scr => vmlinux_32.scr} (100%) diff --git a/arch/i386/boot/compressed/Makefile b/arch/i386/boot/compressed/Makefile index aa7f873..3f42891 100644 --- a/arch/i386/boot/compressed/Makefile +++ b/arch/i386/boot/compressed/Makefile @@ -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) diff --git a/arch/i386/boot/compressed/vmlinux.scr b/arch/i386/boot/compressed/vmlinux_32.scr similarity index 100% rename from arch/i386/boot/compressed/vmlinux.scr rename to arch/i386/boot/compressed/vmlinux_32.scr -- 2.7.4