Skip to content

Commit b73b636

Browse files
committed
Merge branch 'for-linus' of git://www.jni.nu/cris
* 'for-linus' of git://www.jni.nu/cris: CRIS: proper defconfig setup [CRIS] Rename boot-linkscripts and fix the path to them.
2 parents ed09441 + 8f80841 commit b73b636

File tree

13 files changed

+6
-4
lines changed

13 files changed

+6
-4
lines changed

arch/cris/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# License. See the file "COPYING" in the main directory of this archive
1111
# for more details.
1212

13+
KBUILD_DEFCONFIG := etrax-100lx_v2_defconfig
14+
1315
arch-y := v10
1416
arch-$(CONFIG_ETRAX_ARCH_V10) := v10
1517
arch-$(CONFIG_ETRAX_ARCH_V32) := v32

arch/cris/arch-v10/boot/compressed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
asflags-y += $(LINUXINCLUDE)
66
ccflags-y += -O2 $(LINUXINCLUDE)
7-
ldflags-y += -T $(srctree)/$(obj)/decompress.ld
7+
ldflags-y += -T $(srctree)/$(src)/decompress.lds
88
OBJECTS = $(obj)/head.o $(obj)/misc.o
99
OBJCOPYFLAGS = -O binary --remove-section=.bss
1010

arch/cris/arch-v10/boot/rescue/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ccflags-y += -O2 $(LINUXINCLUDE)
66
asflags-y += $(LINUXINCLUDE)
7-
ldflags-y += -T $(srctree)/$(obj)/rescue.ld
7+
ldflags-y += -T $(srctree)/$(src)/rescue.lds
88
OBJCOPYFLAGS = -O binary --remove-section=.bss
99
obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o
1010
OBJECT := $(obj)/head.o

arch/cris/arch-v32/boot/compressed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
asflags-y += -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch
66
ccflags-y += -O2 -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch
7-
ldflags-y += -T $(srctree)/$(obj)/decompress.ld
7+
ldflags-y += -T $(srctree)/$(src)/decompress.lds
88
OBJECTS = $(obj)/head.o $(obj)/misc.o
99
OBJCOPYFLAGS = -O binary --remove-section=.bss
1010

arch/cris/arch-v32/boot/rescue/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ccflags-y += -O2 -I $(srctree)/include/asm/arch/mach/ \
77
-I $(srctree)/include/asm/arch
88
asflags-y += -I $(srctree)/include/asm/arch/mach/ -I $(srctree)/include/asm/arch
99
LD = gcc-cris -mlinux -march=v32 -nostdlib
10-
ldflags-y += -T $(srctree)/$(obj)/rescue.ld
10+
ldflags-y += -T $(srctree)/$(src)/rescue.lds
1111
LDPOSTFLAGS = -lgcc
1212
OBJCOPYFLAGS = -O binary --remove-section=.bss
1313
obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)