comparison components/bmi-tcs3 @ 451:fd1d9063ad40

config mechanism: added ability to build D-Sample B&W UI configuration
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Mar 2018 18:15:14 +0000
parents 504b9cd42c37
children 4d7c2ccb5814
comparison
equal deleted inserted replaced
450:395e464e4005 451:fd1d9063ad40
20 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" 20 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED"
21 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" 21 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ"
22 22
23 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] 23 if [ "$TARGET" != c139 -a "$TARGET" != c11x ]
24 then 24 then
25 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 25 if [ "$DSAMPLE_FULL_COLOR" = 1 ]
26 then
27 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
28 fi
26 CPPFLAGS="$CPPFLAGS -DLSCREEN" 29 CPPFLAGS="$CPPFLAGS -DLSCREEN"
27 fi 30 fi
28 31
29 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" 32 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK"
30 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" 33 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR"