FreeCalypso > hg > fc-tourmaline
comparison components/sms @ 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 |
---|---|
43 | 43 |
44 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 44 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
45 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 45 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
46 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 46 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
47 | 47 |
48 if [ "$MEMSUPER" != 0 ] | |
49 then | |
50 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
51 fi | |
52 | |
48 # Includes | 53 # Includes |
49 | 54 |
50 SRCDIR=$SRC/g23m-gsm/sms | 55 SRCDIR=$SRC/g23m-gsm/sms |
51 | 56 |
52 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |