FreeCalypso > hg > fc-selenite
comparison components/ppp_ir @ 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 |
---|---|
46 CPPFLAGS="$CPPFLAGS -DDTILIB" | 46 CPPFLAGS="$CPPFLAGS -DDTILIB" |
47 CPPFLAGS="$CPPFLAGS -DPPP_INT_RAM" | 47 CPPFLAGS="$CPPFLAGS -DPPP_INT_RAM" |
48 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 48 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
49 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 49 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
50 | 50 |
51 if [ "$MEMSUPER" != 0 ] | |
52 then | |
53 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
54 fi | |
55 | |
51 # Includes | 56 # Includes |
52 | 57 |
53 SRCDIR=$SRC/g23m-fad/ppp | 58 SRCDIR=$SRC/g23m-fad/ppp |
54 | 59 |
55 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |