diff options
author | Jesper Nilsson <jesper@jni.nu> | 2008-07-01 00:13:54 +0200 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2008-07-01 00:13:54 +0200 |
commit | fea72637c665f2143adcf8455fffa55160c2cad2 (patch) | |
tree | 101b5fb5e40eb3d0ef8f4b0fd8b574311652d33e /arch/cris/arch-v32 | |
parent | 53e43d014cb7d5a3bd53dbdbf0e74977e7dda923 (diff) | |
parent | f3c4b53d5ec6bd2ae0f284c1e6371bff545f0f80 (diff) | |
download | kernel_samsung_espresso10-fea72637c665f2143adcf8455fffa55160c2cad2.zip kernel_samsung_espresso10-fea72637c665f2143adcf8455fffa55160c2cad2.tar.gz kernel_samsung_espresso10-fea72637c665f2143adcf8455fffa55160c2cad2.tar.bz2 |
Merge branch 'build_fix' into cris
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/boot/compressed/Makefile | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/boot/rescue/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32/boot/compressed/Makefile index 9138938..d6335f2 100644 --- a/arch/cris/arch-v32/boot/compressed/Makefile +++ b/arch/cris/arch-v32/boot/compressed/Makefile @@ -4,7 +4,7 @@ asflags-y += -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch ccflags-y += -O2 -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch -ldflags-y += -T $(obj)/decompress.ld +ldflags-y += -T $(srctree)/$(obj)/decompress.ld OBJECTS = $(obj)/head.o $(obj)/misc.o OBJCOPYFLAGS = -O binary --remove-section=.bss diff --git a/arch/cris/arch-v32/boot/rescue/Makefile b/arch/cris/arch-v32/boot/rescue/Makefile index b548bde..44ae0ad 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 $(obj)/rescue.ld +ldflags-y += -T $(srctree)/$(obj)/rescue.ld LDPOSTFLAGS = -lgcc OBJCOPYFLAGS = -O binary --remove-section=.bss obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o |