FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- a/gsm-fw/sysglue/Makefile Mon Sep 01 09:28:09 2014 +0000 +++ b/gsm-fw/sysglue/Makefile Mon Sep 01 17:04:19 2014 +0000 @@ -5,7 +5,10 @@ OBJS= appinit.o exceptions.o irqfiq.o sysinit.o -all: xipcode.o +all: xipcode.o flashboot.o + +flashboot.o: flashboot.S vectors.S +sysinit.o: sysinit.S vectors.S xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS}