FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/cust0/Makefile @ 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 | 452a4aea3fc5 |
comparison
equal
deleted
inserted
replaced
542:9dd6ca16f13d | 543:2dccd2b4e5a2 |
---|---|
11 | 11 |
12 l1_cust_iram.o: l1_cust.c | 12 l1_cust_iram.o: l1_cust.c |
13 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_INT_RAM -c -o $@ $< | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_INT_RAM -c -o $@ $< |
14 | 14 |
15 l1_cust_xip.o: l1_cust.c | 15 l1_cust_xip.o: l1_cust.c |
16 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -c -o $@ $< | 16 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -mthumb -c -o $@ $< |
17 | 17 |
18 iramcode.o: ${IOBJS} | 18 iramcode.o: ${IOBJS} |
19 ${LD} -r -o $@ ${IOBJS} | 19 ${LD} -r -o $@ ${IOBJS} |
20 | 20 |
21 xipcode.o: ${XOBJS} | 21 xipcode.o: ${XOBJS} |