FreeCalypso > hg > fc-selenite
comparison components/tif_na7_db_fl @ 105:5c4db73d289a
build system support for memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 23 Jul 2018 07:01:39 +0000 |
parents | 1155be085fc1 |
children | 1f43655bb3e4 |
comparison
equal
deleted
inserted
replaced
104:82ae724ca0d7 | 105:5c4db73d289a |
---|---|
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 [ "$MEMSUPER" != 0 ] | |
12 then | |
13 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
14 fi | |
10 | 15 |
11 # Includes | 16 # Includes |
12 | 17 |
13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" | 18 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" | 19 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |