FreeCalypso > hg > fc-magnetite
diff components/gdi @ 378:aee911923299
components/*: support for c11x target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:21:16 +0000 |
parents | bfcfbffd2736 |
children | 30203d5aeb74 |
line wrap: on
line diff
--- a/components/gdi Sat Jan 13 18:14:21 2018 +0000 +++ b/components/gdi Sat Jan 13 18:21:16 2018 +0000 @@ -42,7 +42,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"