FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 671:210268d8e553
gsm-fw: comlib included in the build along with ccd
CONFIG_INCLUDE_CCD eliminated and absorbed into CONFIG_INCLUDE_PS
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 28 Sep 2014 18:23:19 +0000 |
| parents | 46e5c90fd0b8 |
| children | 2d3f29ef866d |
comparison
equal
deleted
inserted
replaced
| 670:f8175b92d0f7 | 671:210268d8e553 |
|---|---|
| 14 | 14 |
| 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_CCD},1) | 19 ifeq (${CONFIG_INCLUDE_PS},1) |
| 20 LIB_LINK_ORDER+=../ccd/libccd.a | 20 PS_LIBS= ../comlib/comlib.a ../ccd/libccd.a |
| 21 LIB_DEPEND+= ../ccd/libccd.a | 21 LIB_LINK_ORDER+=${PS_LIBS} |
| 22 LIB_DEPEND+= ${PS_LIBS} | |
| 22 endif | 23 endif |
| 23 | 24 |
| 24 ifeq (${CONFIG_INCLUDE_GPF},1) | 25 ifeq (${CONFIG_INCLUDE_GPF},1) |
| 25 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a | 26 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a |
| 26 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group | 27 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group |
