FreeCalypso > hg > fc-selenite
comparison components/misc_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 |
comparison
equal
deleted
inserted
replaced
104:82ae724ca0d7 | 105:5c4db73d289a |
---|---|
4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
5 | 5 |
6 # Defines | 6 # Defines |
7 | 7 |
8 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_FLASH" | 8 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_FLASH" |
9 | |
10 if [ "$MEMSUPER" != 0 ] | |
11 then | |
12 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
13 fi | |
9 | 14 |
10 # Includes | 15 # Includes |
11 | 16 |
12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" | 17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" |
13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" | 18 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" |