diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/arch-v10/boot/compressed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/cris/arch-v10/boot/compressed/Makefile b/arch/cris/arch-v10/boot/compressed/Makefile index 17ba271b226e..4a031cb27eb9 100644 --- a/arch/cris/arch-v10/boot/compressed/Makefile +++ b/arch/cris/arch-v10/boot/compressed/Makefile | |||
@@ -3,9 +3,9 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | CC = gcc-cris -melf $(LINUXINCLUDE) | 5 | CC = gcc-cris -melf $(LINUXINCLUDE) |
6 | EXTRA_CFLAGS = -O2 | 6 | ccflags-y += -O2 |
7 | LD = ld-cris | 7 | LD = ld-cris |
8 | LDFLAGS = -T $(obj)/decompress.ld | 8 | ldflags-y += -T $(obj)/decompress.ld |
9 | OBJECTS = $(obj)/head.o $(obj)/misc.o | 9 | OBJECTS = $(obj)/head.o $(obj)/misc.o |
10 | OBJCOPY = objcopy-cris | 10 | OBJCOPY = objcopy-cris |
11 | OBJCOPYFLAGS = -O binary --remove-section=.bss | 11 | OBJCOPYFLAGS = -O binary --remove-section=.bss |