FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/sysglue/Makefile @ 631:7cf154cd3891
gsm-fw/sysglue: prep for building flashable images
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Sep 2014 17:04:19 +0000 |
parents | f05ae34f7ca0 |
children |
comparison
equal
deleted
inserted
replaced
630:4cd1dcc167e4 | 631:7cf154cd3891 |
---|---|
3 ASFLAGS=-mthumb-interwork | 3 ASFLAGS=-mthumb-interwork |
4 LD= arm-elf-ld | 4 LD= arm-elf-ld |
5 | 5 |
6 OBJS= appinit.o exceptions.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 flashboot.o |
9 | |
10 flashboot.o: flashboot.S vectors.S | |
11 sysinit.o: sysinit.S vectors.S | |
9 | 12 |
10 xipcode.o: ${OBJS} | 13 xipcode.o: ${OBJS} |
11 ${LD} -r -o $@ ${OBJS} | 14 ${LD} -r -o $@ ${OBJS} |
12 | 15 |
13 clean: | 16 clean: |