FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/processconf.sh @ 822:2d3f29ef866d
gsm-fw: first attempt to link with g23m-aci and g23m-gsm included
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 18:18:00 +0000 |
parents | 40a223937246 |
children | a8d0bbba7886 |
comparison
equal
deleted
inserted
replaced
821:5c4381b80bd2 | 822:2d3f29ef866d |
---|---|
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 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-gsm" |
120 fi | 120 fi |
121 | 121 |
122 export_to_mk BUILD_COMPONENTS | 122 export_to_mk BUILD_COMPONENTS |
123 | 123 |
124 # We can build flashable images now, but we still default to ramImage. | 124 # We can build flashable images now, but we still default to ramImage. |