FreeCalypso > hg > fc-selenite
comparison components/config_gprs_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 |
---|---|
56 CPPFLAGS="$CPPFLAGS -DPRIM_5_INT_RAM" | 56 CPPFLAGS="$CPPFLAGS -DPRIM_5_INT_RAM" |
57 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 57 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
58 CPPFLAGS="$CPPFLAGS -DDATA_EXT_RAM" | 58 CPPFLAGS="$CPPFLAGS -DDATA_EXT_RAM" |
59 CPPFLAGS="$CPPFLAGS -DFF_UPM" | 59 CPPFLAGS="$CPPFLAGS -DFF_UPM" |
60 | 60 |
61 if [ "$MEMSUPER" != 0 ] | |
62 then | |
63 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
64 fi | |
65 | |
61 # Includes | 66 # Includes |
62 | 67 |
63 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 68 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
64 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |