comparison gsm-fw/cfgmagic/processconf.sh @ 715:40a223937246

gsm-fw/cfgmagic/processconf.sh: CONFIG_INCLUDE_PS pulls in g23m-gsm
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 21:00:30 +0000
parents 210268d8e553
children 2d3f29ef866d
comparison
equal deleted inserted replaced
714:58bbee73c4b7 715:40a223937246
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-gsm"
119 fi 120 fi
120 121
121 export_to_mk BUILD_COMPONENTS 122 export_to_mk BUILD_COMPONENTS
122 123
123 # We can build flashable images now, but now for we always default to ramImage. 124 # We can build flashable images now, but we still default to ramImage.
124 BUILD_DEFAULT_IMAGE=ramImage 125 BUILD_DEFAULT_IMAGE=ramImage
125 export_to_mk BUILD_DEFAULT_IMAGE 126 export_to_mk BUILD_DEFAULT_IMAGE
126 127
127 # Now generate the output files! 128 # Now generate the output files!
128 129