FreeCalypso > hg > fc-magnetite
comparison components/bmi @ 378:aee911923299
components/*: support for c11x target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:21:16 +0000 |
parents | dd70d4a6388f |
children | 59143cd42ec7 |
comparison
equal
deleted
inserted
replaced
377:db0874a11f57 | 378:aee911923299 |
---|---|
18 fi | 18 fi |
19 | 19 |
20 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" | 20 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" |
21 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" | 21 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" |
22 | 22 |
23 if [ "$TARGET" != c139 ] | 23 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] |
24 then | 24 then |
25 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | 25 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" |
26 CPPFLAGS="$CPPFLAGS -DLSCREEN" | 26 CPPFLAGS="$CPPFLAGS -DLSCREEN" |
27 fi | 27 fi |
28 | 28 |