FreeCalypso > hg > fc-magnetite
comparison 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 |
comparison
equal
deleted
inserted
replaced
377:db0874a11f57 | 378:aee911923299 |
---|---|
15 fi | 15 fi |
16 | 16 |
17 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" | 17 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" |
18 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" | 18 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" |
19 | 19 |
20 if [ "$TARGET" != c139 ] | 20 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] |
21 then | 21 then |
22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | 22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" |
23 CPPFLAGS="$CPPFLAGS -DLSCREEN" | 23 CPPFLAGS="$CPPFLAGS -DLSCREEN" |
24 fi | 24 fi |
25 | 25 |