FreeCalypso > hg > freecalypso-sw
diff gsm-fw/finlink/Makefile @ 637:0677a6fbb8b6
gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 03 Sep 2014 16:03:38 +0000 |
parents | da72b51c0572 |
children | b039cafc8e31 |
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile Mon Sep 01 19:34:31 2014 +0000 +++ b/gsm-fw/finlink/Makefile Wed Sep 03 16:03:38 2014 +0000 @@ -16,7 +16,7 @@ ../nucleus/libplus.iram.a ../sprintf/libsprintf.a LIB_DEPEND= ${BASE_LIBS} -ifeq (${CONFIG_GPF},1) +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 LIB_DEPEND+= ${GPF_LIBS} @@ -28,7 +28,7 @@ INT_PIECES= ../bsp/iramcode.o EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ ../services/ffs/xipcode.o ../services/dar/xipcode.o -ifeq (${CONFIG_GPF},1) +ifeq (${CONFIG_INCLUDE_GPF},1) EXT_PIECES+= ../gpf/conf/xipcode.o endif ifeq (${CONFIG_INCLUDE_L1},1)