FreeCalypso > hg > fc-tourmaline
comparison components/gmm @ 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 |
---|---|
46 fi | 46 fi |
47 | 47 |
48 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | 48 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" |
49 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 49 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
50 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 50 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
51 | |
52 if [ "$MEMSUPER" != 0 ] | |
53 then | |
54 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
55 fi | |
51 | 56 |
52 # Includes | 57 # Includes |
53 | 58 |
54 SRCDIR=$SRC/g23m-gprs/gmm | 59 SRCDIR=$SRC/g23m-gprs/gmm |
55 | 60 |