diff components/sim_b_lib @ 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 5184c0ba4574
children ad7f986afae3
line wrap: on
line diff
--- a/components/sim_b_lib	Tue Jun 19 06:27:16 2018 +0000
+++ b/components/sim_b_lib	Tue Jun 19 06:39:18 2018 +0000
@@ -59,6 +59,11 @@
 CPPFLAGS="$CPPFLAGS -DDTI2"
 CPPFLAGS="$CPPFLAGS -DUART"
 
+if [ "$ALLOW_CSIM_GSM" = 1 ]
+then
+	CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
+fi
+
 # Includes
 
 SRCDIR=$SRC/g23m-gsm/sim