From 091d6763095c2048705674f5b5d5fa3e252f0541 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:03 +0200 Subject: [PATCH] --- yaml --- r: 65533 b: refs/heads/master c: 4290fcfd7391886c84e7e28ef2ac1125c15154f8 h: refs/heads/master i: 65531: dbe19e4941eaa08c39f79c52ecd52e6b7b203fb4 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/boot/compressed/Makefile | 2 +- .../arch/x86_64/boot/compressed/{vmlinux.lds => vmlinux_64.lds} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/x86_64/boot/compressed/{vmlinux.lds => vmlinux_64.lds} (100%) diff --git a/[refs] b/[refs] index 43b6c63659ea..a46ee2af8852 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f80a03f0c7f03142219d5fafe4c7232b34eab9c +refs/heads/master: 4290fcfd7391886c84e7e28ef2ac1125c15154f8 diff --git a/trunk/arch/x86_64/boot/compressed/Makefile b/trunk/arch/x86_64/boot/compressed/Makefile index fe623b77991f..6b2fb9906664 100644 --- a/trunk/arch/x86_64/boot/compressed/Makefile +++ b/trunk/arch/x86_64/boot/compressed/Makefile @@ -14,7 +14,7 @@ AFLAGS := $(CFLAGS) -D__ASSEMBLY__ LDFLAGS := -m elf_x86_64 LDFLAGS_vmlinux := -T -$(obj)/vmlinux: $(src)/vmlinux.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE +$(obj)/vmlinux: $(src)/vmlinux_64.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE $(call if_changed,ld) @: diff --git a/trunk/arch/x86_64/boot/compressed/vmlinux.lds b/trunk/arch/x86_64/boot/compressed/vmlinux_64.lds similarity index 100% rename from trunk/arch/x86_64/boot/compressed/vmlinux.lds rename to trunk/arch/x86_64/boot/compressed/vmlinux_64.lds