FreeCalypso > hg > fc-magnetite
comparison 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 |
comparison
equal
deleted
inserted
replaced
377:db0874a11f57 | 378:aee911923299 |
---|---|
50 fi | 50 fi |
51 | 51 |
52 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" | 52 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" |
53 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" | 53 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" |
54 | 54 |
55 if [ "$TARGET" != c139 ] | 55 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] |
56 then | 56 then |
57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | 57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" |
58 CPPFLAGS="$CPPFLAGS -DLSCREEN" | 58 CPPFLAGS="$CPPFLAGS -DLSCREEN" |
59 fi | 59 fi |
60 | 60 |