FreeCalypso > hg > fc-magnetite
comparison components/cst @ 291:21d128939204
implemented build option to disable sleep
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 31 Aug 2017 06:01:10 +0000 |
parents | 2c61607bb3e3 |
children |
comparison
equal
deleted
inserted
replaced
290:8a23632ee0e0 | 291:21d128939204 |
---|---|
12 CPPFLAGS="$CPPFLAGS -DNWARN" | 12 CPPFLAGS="$CPPFLAGS -DNWARN" |
13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | 13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" |
14 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" | 14 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" |
15 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" | 15 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" |
16 CPPFLAGS="$CPPFLAGS -D_TMS470" | 16 CPPFLAGS="$CPPFLAGS -D_TMS470" |
17 | |
18 if [ "$DISABLE_SLEEP" = 1 ] | |
19 then | |
20 CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP" | |
21 fi | |
17 | 22 |
18 # Includes | 23 # Includes |
19 | 24 |
20 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 25 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" |
21 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" | 26 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" |