comparison components/tif_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 b5a5e3ea94ed
children
comparison
equal deleted inserted replaced
37:820ce39cf6df 38:e58a5bb12de4
8 CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" 8 CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_"
9 9
10 if [ "$TRACEMASK_IN_FFS" = 1 ] 10 if [ "$TRACEMASK_IN_FFS" = 1 ]
11 then 11 then
12 CPPFLAGS="$CPPFLAGS -D_FF_RV_EXIST_" 12 CPPFLAGS="$CPPFLAGS -D_FF_RV_EXIST_"
13 fi
14
15 if [ "$MEMSUPER" != 0 ]
16 then
17 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
13 fi 18 fi
14 19
15 # Includes 20 # Includes
16 21
17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" 22 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc"