diff components/aci-tcs3 @ 481:24078551b620

build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jun 2018 06:39:18 +0000
parents f65a4399093d
children ad7f986afae3
line wrap: on
line diff
--- a/components/aci-tcs3	Tue Jun 19 06:27:16 2018 +0000
+++ b/components/aci-tcs3	Tue Jun 19 06:39:18 2018 +0000
@@ -79,6 +79,11 @@
 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_STDR"
 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS"
 
+if [ "$ALLOW_CSIM_GSM" = 1 ]
+then
+	CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
+fi
+
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"