comparison 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
comparison
equal deleted inserted replaced
131:11aef23ec647 132:1f43655bb3e4
5 5
6 # Defines 6 # Defines
7 7
8 CPPFLAGS="-DNU_DEBUG -DRUN_FLASH" 8 CPPFLAGS="-DNU_DEBUG -DRUN_FLASH"
9 CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" 9 CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_"
10
11 if [ "$TRACEMASK_IN_FFS" = 1 ]
12 then
13 CPPFLAGS="$CPPFLAGS -D_FF_RV_EXIST_"
14 fi
10 15
11 if [ "$MEMSUPER" != 0 ] 16 if [ "$MEMSUPER" != 0 ]
12 then 17 then
13 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" 18 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
14 fi 19 fi