aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/arch-v32/boot/compressed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32/boot/compressed/Makefile
index 900d8581c1b6..2c8c2c3039c5 100644
--- a/arch/cris/arch-v32/boot/compressed/Makefile
+++ b/arch/cris/arch-v32/boot/compressed/Makefile
@@ -3,10 +3,10 @@
3# 3#
4 4
5CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE) 5CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
6AFLAGS += -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch 6asflags-y += -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch
7KBUILD_CFLAGS += -O2 -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch 7ccflags-y += -O2 -I $(srctree)/include/asm/mach/ -I $(srctree)/include/asm/arch
8LD = gcc-cris -mlinux -march=v32 -nostdlib 8LD = gcc-cris -mlinux -march=v32 -nostdlib
9LDFLAGS = -T $(obj)/decompress.ld 9ldflags-y += -T $(obj)/decompress.ld
10obj-y = head.o misc.o 10obj-y = head.o misc.o
11OBJECTS = $(obj)/head.o $(obj)/misc.o 11OBJECTS = $(obj)/head.o $(obj)/misc.o
12OBJCOPY = objcopy-cris 12OBJCOPY = objcopy-cris