FreeCalypso > hg > fc-tourmaline
comparison components/comlib @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 055d2cf216c8 |
children | 4bb5772a05a3 |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
17 CPPFLAGS="$CPPFLAGS -DFF_CPHS" | 17 CPPFLAGS="$CPPFLAGS -DFF_CPHS" |
18 CPPFLAGS="$CPPFLAGS -D_TMS470" | 18 CPPFLAGS="$CPPFLAGS -D_TMS470" |
19 CPPFLAGS="$CPPFLAGS -DUART" | 19 CPPFLAGS="$CPPFLAGS -DUART" |
20 CPPFLAGS="$CPPFLAGS -DFF_ATI" | 20 CPPFLAGS="$CPPFLAGS -DFF_ATI" |
21 CPPFLAGS="$CPPFLAGS -DCL_IMEI_CALYPSO_PLATFORM" | 21 CPPFLAGS="$CPPFLAGS -DCL_IMEI_CALYPSO_PLATFORM" |
22 | |
23 if [ "$MEMSUPER" != 0 ] | |
24 then | |
25 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
26 fi | |
22 | 27 |
23 # Includes | 28 # Includes |
24 | 29 |
25 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 30 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
26 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 31 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |