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