FreeCalypso > hg > fc-tourmaline
comparison components/mm @ 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 |
---|---|
56 | 56 |
57 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 57 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
58 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 58 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
59 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 59 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
60 | 60 |
61 if [ "$MEMSUPER" != 0 ] | |
62 then | |
63 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
64 fi | |
65 | |
61 # Includes | 66 # Includes |
62 | 67 |
63 SRCDIR=$SRC/g23m-gsm/mm | 68 SRCDIR=$SRC/g23m-gsm/mm |
64 | 69 |
65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |