comparison gsm-fw/cfgmagic/processconf.sh @ 842:a862a41f26b7

gsm-fw/cfgmagic/processconf.sh: g23m-glue added to the build for GSM
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:40:45 +0000
parents a8d0bbba7886
children cbc49d533b7d
comparison
equal deleted inserted replaced
841:3efeaab1aea5 842:a862a41f26b7
114 BUILD_COMPONENTS="$BUILD_COMPONENTS L1" 114 BUILD_COMPONENTS="$BUILD_COMPONENTS L1"
115 fi 115 fi
116 if [ "$CONFIG_INCLUDE_PS" = 1 ] 116 if [ "$CONFIG_INCLUDE_PS" = 1 ]
117 then 117 then
118 BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib" 118 BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib"
119 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-gsm" 119 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-glue g23m-gsm"
120 fi 120 fi
121 121
122 export_to_mk BUILD_COMPONENTS 122 export_to_mk BUILD_COMPONENTS
123 123
124 # The default build image type depends on the target and features 124 # The default build image type depends on the target and features