comparison 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
comparison
equal deleted inserted replaced
657:e40935b81113 658:46e5c90fd0b8
103 # The list of build components: we have some invariants that are always 103 # The list of build components: we have some invariants that are always
104 # included, and some others that are included depending on the configuration. 104 # included, and some others that are included depending on the configuration.
105 105
106 BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue" 106 BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue"
107 107
108 if [ "$CONFIG_INCLUDE_CCD" = 1 ]
109 then
110 BUILD_COMPONENTS="$BUILD_COMPONENTS ccd"
111 fi
108 if [ "$CONFIG_INCLUDE_GPF" = 1 ] 112 if [ "$CONFIG_INCLUDE_GPF" = 1 ]
109 then 113 then
110 BUILD_COMPONENTS="$BUILD_COMPONENTS gpf" 114 BUILD_COMPONENTS="$BUILD_COMPONENTS gpf"
111 fi 115 fi
112 if [ "$CONFIG_INCLUDE_L1" = 1 ] 116 if [ "$CONFIG_INCLUDE_L1" = 1 ]