diff components/icn @ 378:aee911923299

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