diff gsm-fw/finlink/Makefile @ 642:b039cafc8e31

PCM integration: linking
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 17:42:09 +0000
parents 0677a6fbb8b6
children 46e5c90fd0b8
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Wed Sep 03 17:31:21 2014 +0000
+++ b/gsm-fw/finlink/Makefile	Wed Sep 03 17:42:09 2014 +0000
@@ -35,6 +35,9 @@
 INT_PIECES+=	../L1/iramcode.o
 EXT_PIECES+=	../L1/xipcode.o
 endif
+ifeq (${CONFIG_INCLUDE_PCM},1)
+EXT_PIECES+=	../services/pcm/xipcode.o
+endif
 ifeq (${RVM_ETM_SWE},1)
 EXT_PIECES+=	../services/etm/xipcode.o
 endif