diff gsm-fw/cfgmagic/processconf.sh @ 842:a862a41f26b7

gsm-fw/cfgmagic/processconf.sh: g23m-glue added to the build for GSM
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:40:45 +0000
parents a8d0bbba7886
children cbc49d533b7d
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Sat Apr 25 19:36:05 2015 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Sat Apr 25 19:40:45 2015 +0000
@@ -116,7 +116,7 @@
 if [ "$CONFIG_INCLUDE_PS" = 1 ]
 then
 	BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib"
-	BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-gsm"
+	BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-glue g23m-gsm"
 fi
 
 export_to_mk BUILD_COMPONENTS