diff components/mfw @ 378:aee911923299

components/*: support for c11x target
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jan 2018 18:21:16 +0000
parents 8dcbb050c4c6
children 59143cd42ec7
line wrap: on
line diff
--- a/components/mfw	Sat Jan 13 18:14:21 2018 +0000
+++ b/components/mfw	Sat Jan 13 18:21:16 2018 +0000
@@ -52,7 +52,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"