FreeCalypso > hg > fc-tourmaline
comparison components/dl @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | fdc83c1ab3ff |
children |
comparison
equal
deleted
inserted
replaced
37:820ce39cf6df | 38:e58a5bb12de4 |
---|---|
42 fi | 42 fi |
43 | 43 |
44 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 44 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
45 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 45 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
46 | 46 |
47 if [ "$MEMSUPER" != 0 ] | |
48 then | |
49 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
50 fi | |
51 | |
47 # Includes | 52 # Includes |
48 | 53 |
49 SRCDIR=$SRC/g23m-gsm/dl | 54 SRCDIR=$SRC/g23m-gsm/dl |
50 | 55 |
51 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" | 56 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |