FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/processconf.sh @ 828:a8d0bbba7886
build flashable images by default when PS is included and target has small RAM
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Apr 2015 02:32:04 +0000 |
parents | 2d3f29ef866d |
children | a862a41f26b7 |
comparison
equal
deleted
inserted
replaced
827:02c65d76881f | 828:a8d0bbba7886 |
---|---|
119 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci 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 # The default build image type depends on the target and features |
125 BUILD_DEFAULT_IMAGE=ramImage | 125 if [ -f "cfgmagic/defimage.$TARGET" ] |
126 then | |
127 . "cfgmagic/defimage.$TARGET" | |
128 else | |
129 BUILD_DEFAULT_IMAGE=ramImage | |
130 fi | |
131 | |
126 export_to_mk BUILD_DEFAULT_IMAGE | 132 export_to_mk BUILD_DEFAULT_IMAGE |
127 | 133 |
128 # Now generate the output files! | 134 # Now generate the output files! |
129 | 135 |
130 parse_export_list() { | 136 parse_export_list() { |