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

PCM integration: linking
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 17:42:09 +0000
parents 083f262b7bbe
children
line wrap: on
line diff
--- a/gsm-fw/services/Makefile	Wed Sep 03 17:31:21 2014 +0000
+++ b/gsm-fw/services/Makefile	Wed Sep 03 17:42:09 2014 +0000
@@ -1,8 +1,11 @@
 sinclude ../include/config.mk
 
-ALL_SUBDIR=	dar etm ffs
+ALL_SUBDIR=	dar etm ffs pcm
 
 BUILD_SUBDIR=	dar ffs
+ifeq (${CONFIG_INCLUDE_PCM},1)
+BUILD_SUBDIR+=	pcm
+endif
 ifeq (${RVM_ETM_SWE},1)
 BUILD_SUBDIR+=	etm
 endif