comparison components/misc_ir @ 41:58b05205d579

components/misc_{fl,ir}: no dependency on $MEMSUPER
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 08:57:26 +0000
parents e58a5bb12de4
children
comparison
equal deleted inserted replaced
40:228f0b39e2fe 41:58b05205d579
3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" 3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn"
4 4
5 # Defines 5 # Defines
6 6
7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM" 7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM"
8
9 if [ "$MEMSUPER" != 0 ]
10 then
11 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
12 fi
13 8
14 # Includes 9 # Includes
15 10
16 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" 11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc"
17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" 12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc"