FreeCalypso > hg > fc-magnetite
diff 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 |
line wrap: on
line diff
--- a/components/bmi Sat Jan 13 18:14:21 2018 +0000 +++ b/components/bmi Sat Jan 13 18:21:16 2018 +0000 @@ -20,7 +20,7 @@ CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" -if [ "$TARGET" != c139 ] +if [ "$TARGET" != c139 -a "$TARGET" != c11x ] then CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" CPPFLAGS="$CPPFLAGS -DLSCREEN"