comparison components/sim_b_lib @ 105:5c4db73d289a

build system support for memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Jul 2018 07:01:39 +0000
parents 1155be085fc1
children
comparison
equal deleted inserted replaced
104:82ae724ca0d7 105:5c4db73d289a
65 if [ "$ALLOW_CSIM_GSM" = 1 ] 65 if [ "$ALLOW_CSIM_GSM" = 1 ]
66 then 66 then
67 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" 67 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
68 fi 68 fi
69 69
70 if [ "$MEMSUPER" != 0 ]
71 then
72 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
73 fi
74
70 # Includes 75 # Includes
71 76
72 SRCDIR=$SRC/g23m-gsm/sim 77 SRCDIR=$SRC/g23m-gsm/sim
73 78
74 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" 79 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"