FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 822:2d3f29ef866d
gsm-fw: first attempt to link with g23m-aci and g23m-gsm included
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 18:18:00 +0000 |
parents | 210268d8e553 |
children | 7666dd5df2bc |
comparison
equal
deleted
inserted
replaced
821:5c4381b80bd2 | 822:2d3f29ef866d |
---|---|
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= ../comlib/comlib.a ../ccd/libccd.a | 20 PS_LIBS= ../g23m-aci/dti/libdti.a ../comlib/comlib.a ../ccd/libccd.a |
21 LIB_LINK_ORDER+=${PS_LIBS} | 21 LIB_LINK_ORDER+=${PS_LIBS} |
22 LIB_DEPEND+= ${PS_LIBS} | 22 LIB_DEPEND+= ${PS_LIBS} |
23 endif | 23 endif |
24 | 24 |
25 ifeq (${CONFIG_INCLUDE_GPF},1) | 25 ifeq (${CONFIG_INCLUDE_GPF},1) |
38 EXT_PIECES+= ../gpf/conf/xipcode.o | 38 EXT_PIECES+= ../gpf/conf/xipcode.o |
39 endif | 39 endif |
40 ifeq (${CONFIG_INCLUDE_L1},1) | 40 ifeq (${CONFIG_INCLUDE_L1},1) |
41 INT_PIECES+= ../L1/iramcode.o | 41 INT_PIECES+= ../L1/iramcode.o |
42 EXT_PIECES+= ../L1/xipcode.o | 42 EXT_PIECES+= ../L1/xipcode.o |
43 endif | |
44 ifeq (${CONFIG_INCLUDE_PS},1) | |
45 EXT_PIECES+= ../g23m-aci/xipcode.o ../g23m-gsm/xipcode.o | |
43 endif | 46 endif |
44 ifeq (${CONFIG_INCLUDE_PCM},1) | 47 ifeq (${CONFIG_INCLUDE_PCM},1) |
45 EXT_PIECES+= ../services/pcm/xipcode.o | 48 EXT_PIECES+= ../services/pcm/xipcode.o |
46 endif | 49 endif |
47 ifeq (${RVM_ETM_SWE},1) | 50 ifeq (${RVM_ETM_SWE},1) |