diff 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
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Sun Apr 05 18:00:32 2015 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Sun Apr 05 18:18:00 2015 +0000
@@ -116,7 +116,7 @@
 if [ "$CONFIG_INCLUDE_PS" = 1 ]
 then
 	BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib"
-	BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-gsm"
+	BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-gsm"
 fi
 
 export_to_mk BUILD_COMPONENTS