comparison 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
comparison
equal deleted inserted replaced
480:41f2cc21bca9 481:24078551b620
57 57
58 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" 58 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
59 CPPFLAGS="$CPPFLAGS -DDTI2" 59 CPPFLAGS="$CPPFLAGS -DDTI2"
60 CPPFLAGS="$CPPFLAGS -DUART" 60 CPPFLAGS="$CPPFLAGS -DUART"
61 61
62 if [ "$ALLOW_CSIM_GSM" = 1 ]
63 then
64 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
65 fi
66
62 # Includes 67 # Includes
63 68
64 SRCDIR=$SRC/g23m-gsm/sim 69 SRCDIR=$SRC/g23m-gsm/sim
65 70
66 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" 71 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"