FreeCalypso > hg > fc-tourmaline
comparison components/gdi @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 63c80ef2cecb |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
68 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 68 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
69 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 69 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
70 CPPFLAGS="$CPPFLAGS -DCUST=0" | 70 CPPFLAGS="$CPPFLAGS -DCUST=0" |
71 CPPFLAGS="$CPPFLAGS -DTESTMODE=1" | 71 CPPFLAGS="$CPPFLAGS -DTESTMODE=1" |
72 | 72 |
73 if [ "$MEMSUPER" != 0 ] | |
74 then | |
75 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
76 fi | |
77 | |
73 # Includes | 78 # Includes |
74 | 79 |
75 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 80 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
76 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 81 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
77 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 82 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |