diff gsm-fw/cfgmagic/processconf.sh @ 658:46e5c90fd0b8

gsm-fw: ccd hooked into the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 25 Sep 2014 10:19:47 +0000
parents 0677a6fbb8b6
children 210268d8e553
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Thu Sep 25 10:12:21 2014 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Thu Sep 25 10:19:47 2014 +0000
@@ -105,6 +105,10 @@
 
 BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue"
 
+if [ "$CONFIG_INCLUDE_CCD" = 1 ]
+then
+	BUILD_COMPONENTS="$BUILD_COMPONENTS ccd"
+fi
 if [ "$CONFIG_INCLUDE_GPF" = 1 ]
 then
 	BUILD_COMPONENTS="$BUILD_COMPONENTS gpf"