diff gsm-fw/finlink/Makefile @ 219:2beb88a3d528

gsm-fw links with FFS included
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Jan 2014 20:24:53 +0000
parents 60afcd233b04
children 083f262b7bbe
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Mon Jan 06 08:43:35 2014 +0000
+++ b/gsm-fw/finlink/Makefile	Mon Jan 06 20:24:53 2014 +0000
@@ -15,7 +15,8 @@
 		../nucleus/libplus.iram.a ../sprintf/libsprintf.a
 
 INT_PIECES=	../bsp/niq32.o
-EXT_PIECES=	../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o
+EXT_PIECES=	../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \
+		../services/ffs/xipcode.o
 ifeq (${RVM_ETM_SWE},1)
 EXT_PIECES+=	../services/etm/xipcode.o
 endif