FreeCalypso > hg > fc-tourmaline
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
1 # Building ccddata.lib using TCS3.2 CCD source | 1 # Building ccddata.lib using TCS3.2 CCD source |
2 | 2 |
3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" | 4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" |
5 | |
6 if [ "$MEMSUPER" != 0 ] | |
7 then | |
8 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
9 fi | |
5 | 10 |
6 # Includes | 11 # Includes |
7 | 12 |
8 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" | 13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" |
9 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 14 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |