FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/sysglue/Makefile @ 312:f05ae34f7ca0
gsm-fw: ARM exception vectors hooked in
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 17 Mar 2014 07:37:28 +0000 |
parents | afceeeb2cba1 |
children | 7cf154cd3891 |
comparison
equal
deleted
inserted
replaced
311:a2194416fd7c | 312:f05ae34f7ca0 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb | 2 CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb |
3 ASFLAGS=-mthumb-interwork | 3 ASFLAGS=-mthumb-interwork |
4 LD= arm-elf-ld | 4 LD= arm-elf-ld |
5 | 5 |
6 OBJS= appinit.o irqfiq.o sysinit.o | 6 OBJS= appinit.o exceptions.o irqfiq.o sysinit.o |
7 | 7 |
8 all: xipcode.o | 8 all: xipcode.o |
9 | 9 |
10 xipcode.o: ${OBJS} | 10 xipcode.o: ${OBJS} |
11 ${LD} -r -o $@ ${OBJS} | 11 ${LD} -r -o $@ ${OBJS} |