FreeCalypso > hg > fc-tourmaline
diff components/ccddata @ 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 | 228f0b39e2fe |
line wrap: on
line diff
--- a/components/ccddata Sat Oct 17 07:00:11 2020 +0000 +++ b/components/ccddata Sat Oct 17 07:35:14 2020 +0000 @@ -3,6 +3,11 @@ CFLAGS="-me -mt -o -pw2 -x -mw" CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" +if [ "$MEMSUPER" != 0 ] +then + CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" +fi + # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd"