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