FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 843:7666dd5df2bc
gsm-fw: libgdi.a added to the link with CONFIG_INCLUDE_PS
gtamodem-gsm build almost passes, now only CST is missing
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 19:49:37 +0000 |
parents | 2d3f29ef866d |
children | 8227a33397de |
comparison
equal
deleted
inserted
replaced
842:a862a41f26b7 | 843:7666dd5df2bc |
---|---|
15 BASE_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ | 15 BASE_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ |
16 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a | 16 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a |
17 LIB_DEPEND= ${BASE_LIBS} | 17 LIB_DEPEND= ${BASE_LIBS} |
18 | 18 |
19 ifeq (${CONFIG_INCLUDE_PS},1) | 19 ifeq (${CONFIG_INCLUDE_PS},1) |
20 PS_LIBS= ../g23m-aci/dti/libdti.a ../comlib/comlib.a ../ccd/libccd.a | 20 PS_LIBS= ../g23m-aci/dti/libdti.a ../g23m-glue/gdi/libgdi.a \ |
21 ../comlib/comlib.a ../ccd/libccd.a | |
21 LIB_LINK_ORDER+=${PS_LIBS} | 22 LIB_LINK_ORDER+=${PS_LIBS} |
22 LIB_DEPEND+= ${PS_LIBS} | 23 LIB_DEPEND+= ${PS_LIBS} |
23 endif | 24 endif |
24 | 25 |
25 ifeq (${CONFIG_INCLUDE_GPF},1) | 26 ifeq (${CONFIG_INCLUDE_GPF},1) |
49 endif | 50 endif |
50 ifeq (${RVM_ETM_SWE},1) | 51 ifeq (${RVM_ETM_SWE},1) |
51 EXT_PIECES+= ../services/etm/xipcode.o | 52 EXT_PIECES+= ../services/etm/xipcode.o |
52 endif | 53 endif |
53 | 54 |
54 all: ${FLASH_TARGET} ${RAM_TARGET} | |
55 flashImage: ${FLASH_TARGET} | 55 flashImage: ${FLASH_TARGET} |
56 ramImage: ${RAM_TARGET} | 56 ramImage: ${RAM_TARGET} |
57 | 57 |
58 iramcode.o: ${INT_PIECES} | 58 iramcode.o: ${INT_PIECES} |
59 ${LD} -r -o $@ ${INT_PIECES} | 59 ${LD} -r -o $@ ${INT_PIECES} |