comparison gsm-fw/L1/cust0/Makefile @ 893:fa119e49673b

gsm-fw/L1/cust0/Makefile: compile pirelli.c XIP module with -mthumb
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 29 Jun 2015 23:00:49 +0000
parents 452a4aea3fc5
children
comparison
equal deleted inserted replaced
892:eed6dc6aca3c 893:fa119e49673b
19 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_INT_RAM -c -o $@ $< 19 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_INT_RAM -c -o $@ $<
20 20
21 l1_cust_xip.o: l1_cust.c 21 l1_cust_xip.o: l1_cust.c
22 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -mthumb -c -o $@ $< 22 ${CC} ${CFLAGS} ${CPPFLAGS} -DRUN_FLASH -mthumb -c -o $@ $<
23 23
24 ifeq (${CONFIG_TARGET_PIRELLI},1)
25 pirelli.o: pirelli.c
26 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<
27 endif
28
24 iramcode.o: ${IOBJS} 29 iramcode.o: ${IOBJS}
25 ${LD} -r -o $@ ${IOBJS} 30 ${LD} -r -o $@ ${IOBJS}
26 31
27 xipcode.o: ${XOBJS} 32 xipcode.o: ${XOBJS}
28 ${LD} -r -o $@ ${XOBJS} 33 ${LD} -r -o $@ ${XOBJS}