comparison components/config_gprs_fl @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents 1803a0bc5808
children
comparison
equal deleted inserted replaced
37:820ce39cf6df 38:e58a5bb12de4
61 fi 61 fi
62 62
63 CPPFLAGS="$CPPFLAGS -DDATA_EXT_RAM" 63 CPPFLAGS="$CPPFLAGS -DDATA_EXT_RAM"
64 CPPFLAGS="$CPPFLAGS -DFF_UPM" 64 CPPFLAGS="$CPPFLAGS -DFF_UPM"
65 65
66 if [ "$MEMSUPER" != 0 ]
67 then
68 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
69 fi
70
66 # Includes 71 # Includes
67 72
68 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" 73 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
69 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" 74 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" 75 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"