FreeCalypso > hg > freecalypso-sw
changeset 543:2dccd2b4e5a2
gsm-fw/L1/cust0/Makefile: forgot -mthumb for l1_cust_xip.o
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 Aug 2014 05:36:56 +0000 |
parents | 9dd6ca16f13d |
children | 96a96ec34139 |
files | gsm-fw/L1/cust0/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/L1/cust0/Makefile Sun Aug 03 04:59:30 2014 +0000 +++ b/gsm-fw/L1/cust0/Makefile Sun Aug 03 05:36:56 2014 +0000 @@ -13,7 +13,7 @@ ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_INT_RAM -c -o $@ $< l1_cust_xip.o: l1_cust.c - ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -c -o $@ $< + ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -mthumb -c -o $@ $< iramcode.o: ${IOBJS} ${LD} -r -o $@ ${IOBJS}