FreeCalypso > hg > fc-tourmaline
comparison components/fcbm @ 242:da5857b13d02
components/fcbm: defines and includes for Condat display driver
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 03 May 2021 03:00:54 +0000 |
parents | baa738eeb842 |
children | 35474f3a1782 |
comparison
equal
deleted
inserted
replaced
241:28071f072194 | 242:da5857b13d02 |
---|---|
1 # Building FCBM SWE - an original FreeCalypso addition | 1 # Building FCBM SWE - an original FreeCalypso addition |
2 | 2 |
3 CFLAGS="-mn -mt -o -x -mw -me -pw2" | 3 CFLAGS="-mn -mt -o -x -mw -me -pw2" |
4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
5 | |
6 case "$UI_CONFIG" in | |
7 bigcolor) | |
8 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | |
9 CPPFLAGS="$CPPFLAGS -DLSCREEN" | |
10 ;; | |
11 smallbw) | |
12 ;; | |
13 *) | |
14 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2 | |
15 exit 1 | |
16 esac | |
5 | 17 |
6 # Includes | 18 # Includes |
7 | 19 |
8 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" | 20 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |
9 CPPFLAGS="$CPPFLAGS -I.." | 21 CPPFLAGS="$CPPFLAGS -I.." |
10 CPPFLAGS="$CPPFLAGS -I../config" | 22 CPPFLAGS="$CPPFLAGS -I../config" |
11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 23 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" | 24 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" |
25 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" | |
13 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | 26 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 27 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
15 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera/rv" | 28 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera/rv" |
16 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" | 29 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" |
17 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb" | 30 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb" |