# HG changeset patch # User Michael Spacefalcon # Date 1412370030 0 # Node ID 40a223937246ce901e2087f98316305705d952e8 # Parent 58bbee73c4b733c67da01cd676c0faef218e2010 gsm-fw/cfgmagic/processconf.sh: CONFIG_INCLUDE_PS pulls in g23m-gsm diff -r 58bbee73c4b7 -r 40a223937246 gsm-fw/cfgmagic/processconf.sh --- 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