comparison 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
comparison
equal deleted inserted replaced
641:e60f51f747f5 642:b039cafc8e31
1 sinclude ../include/config.mk 1 sinclude ../include/config.mk
2 2
3 ALL_SUBDIR= dar etm ffs 3 ALL_SUBDIR= dar etm ffs pcm
4 4
5 BUILD_SUBDIR= dar ffs 5 BUILD_SUBDIR= dar ffs
6 ifeq (${CONFIG_INCLUDE_PCM},1)
7 BUILD_SUBDIR+= pcm
8 endif
6 ifeq (${RVM_ETM_SWE},1) 9 ifeq (${RVM_ETM_SWE},1)
7 BUILD_SUBDIR+= etm 10 BUILD_SUBDIR+= etm
8 endif 11 endif
9 12
10 all: ${BUILD_SUBDIR} 13 all: ${BUILD_SUBDIR}