FreeCalypso > hg > freecalypso-sw
changeset 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 | 58bbee73c4b7 |
children | 21cd7e35807a |
files | gsm-fw/cfgmagic/processconf.sh |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh Fri Oct 03 06:49:23 2014 +0000 +++ b/gsm-fw/cfgmagic/processconf.sh Fri Oct 03 21:00:30 2014 +0000 @@ -116,11 +116,12 @@ if [ "$CONFIG_INCLUDE_PS" = 1 ] then BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib" + BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-gsm" fi export_to_mk BUILD_COMPONENTS -# We can build flashable images now, but now for we always default to ramImage. +# We can build flashable images now, but we still default to ramImage. BUILD_DEFAULT_IMAGE=ramImage export_to_mk BUILD_DEFAULT_IMAGE