FreeCalypso > hg > fc-selenite
diff components/tif_na7_db_fl @ 132:1f43655bb3e4
TRACEMASK_IN_FFS support like in Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Nov 2018 06:59:09 +0000 |
parents | 5c4db73d289a |
children | 23768d96edce |
line wrap: on
line diff
--- a/components/tif_na7_db_fl Mon Nov 19 06:08:48 2018 +0000 +++ b/components/tif_na7_db_fl Mon Nov 19 06:59:09 2018 +0000 @@ -8,6 +8,11 @@ CPPFLAGS="-DNU_DEBUG -DRUN_FLASH" CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" +if [ "$TRACEMASK_IN_FFS" = 1 ] +then + CPPFLAGS="$CPPFLAGS -D_FF_RV_EXIST_" +fi + if [ "$MEMSUPER" != 0 ] then CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"