changeset 595:3b4dce7dac06

gsm-fw/finlink/Makefile: link L1 when enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 04:36:14 +0000
parents 2fd248f74a20
children a8121805b6d0
files gsm-fw/finlink/Makefile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Sun Aug 17 04:31:18 2014 +0000
+++ b/gsm-fw/finlink/Makefile	Sun Aug 17 04:36:14 2014 +0000
@@ -30,6 +30,10 @@
 ifeq (${CONFIG_GPF},1)
 EXT_PIECES+=	../gpf/conf/xipcode.o
 endif
+ifeq (${CONFIG_INCLUDE_L1},1)
+INT_PIECES+=	../L1/iramcode.o
+EXT_PIECES+=	../L1/xipcode.o
+endif
 ifeq (${RVM_ETM_SWE},1)
 EXT_PIECES+=	../services/etm/xipcode.o
 endif