FreeCalypso > hg > fc-selenite
comparison components/uart_b_lib @ 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 |
---|---|
55 CPPFLAGS="$CPPFLAGS -DDTI2" | 55 CPPFLAGS="$CPPFLAGS -DDTI2" |
56 CPPFLAGS="$CPPFLAGS -DDTILIB" | 56 CPPFLAGS="$CPPFLAGS -DDTILIB" |
57 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 57 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
58 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 58 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
59 | 59 |
60 if [ "$MEMSUPER" != 0 ] | |
61 then | |
62 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
63 fi | |
64 | |
60 # Includes | 65 # Includes |
61 | 66 |
62 SRCDIR=$SRC/g23m-aci/uart | 67 SRCDIR=$SRC/g23m-aci/uart |
63 | 68 |
64 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |