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