diff options
author | Jesper Nilsson <jesper@jni.nu> | 2008-07-14 08:59:48 +0200 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2008-07-14 08:59:48 +0200 |
commit | 404571525db92bafeddb0cf9febb21aac6613dca (patch) | |
tree | 56d7a48e40517ba483e031b54d6df3be7e0cc4e7 /arch/cris/arch-v32/boot/rescue/Makefile | |
parent | d17ffb4c9d86194bb74cbc30f4b65de59c27f6cd (diff) | |
download | talos-op-linux-404571525db92bafeddb0cf9febb21aac6613dca.tar.gz talos-op-linux-404571525db92bafeddb0cf9febb21aac6613dca.zip |
[CRIS] Rename boot-linkscripts and fix the path to them.
This makes the CRIS-port directories follow the same naming
convention as the rest of the kernel.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/boot/rescue/Makefile')
-rw-r--r-- | arch/cris/arch-v32/boot/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/boot/rescue/Makefile b/arch/cris/arch-v32/boot/rescue/Makefile index 44ae0ad61f90..566aac663a38 100644 --- a/arch/cris/arch-v32/boot/rescue/Makefile +++ b/arch/cris/arch-v32/boot/rescue/Makefile @@ -7,7 +7,7 @@ ccflags-y += -O2 -I $(srctree)/include/asm/arch/mach/ \ -I $(srctree)/include/asm/arch asflags-y += -I $(srctree)/include/asm/arch/mach/ -I $(srctree)/include/asm/arch LD = gcc-cris -mlinux -march=v32 -nostdlib -ldflags-y += -T $(srctree)/$(obj)/rescue.ld +ldflags-y += -T $(srctree)/$(src)/rescue.lds LDPOSTFLAGS = -lgcc OBJCOPYFLAGS = -O binary --remove-section=.bss obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o |