FreeCalypso > hg > freecalypso-sw
diff gsm-fw/finlink/Makefile @ 658:46e5c90fd0b8
gsm-fw: ccd hooked into the build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 10:19:47 +0000 |
parents | b039cafc8e31 |
children | 210268d8e553 |
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile Thu Sep 25 10:12:21 2014 +0000 +++ b/gsm-fw/finlink/Makefile Thu Sep 25 10:19:47 2014 +0000 @@ -16,6 +16,11 @@ ../nucleus/libplus.iram.a ../sprintf/libsprintf.a LIB_DEPEND= ${BASE_LIBS} +ifeq (${CONFIG_INCLUDE_CCD},1) +LIB_LINK_ORDER+=../ccd/libccd.a +LIB_DEPEND+= ../ccd/libccd.a +endif + ifeq (${CONFIG_INCLUDE_GPF},1) GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group