comparison components/cc @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents fdc83c1ab3ff
children
comparison
equal deleted inserted replaced
37:820ce39cf6df 38:e58a5bb12de4
33 33
34 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" 34 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
35 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" 35 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
36 CPPFLAGS="$CPPFLAGS -DBOARD=41" 36 CPPFLAGS="$CPPFLAGS -DBOARD=41"
37 37
38 if [ "$MEMSUPER" != 0 ]
39 then
40 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
41 fi
42
38 # Includes 43 # Includes
39 44
40 SRCDIR=$SRC/g23m-gsm/cc 45 SRCDIR=$SRC/g23m-gsm/cc
41 46
42 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" 47 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"