FreeCalypso > hg > fc-magnetite
annotate components/cst @ 640:16eb1b9640dc
target gtm900 renamed to gtm900mgc2
This change reflects the fact that the build target in question supports
MGC2GSMT hardware only, and will NOT work on other hw that confusing bears
the same end user name of GTM900, neither the LoCosto-based GTM900-C
nor the Calypso-based MG01GSMT that has a different and incompatible RFFE.
If we ever get our hands on a piece of MG01GSMT hw and add support for it,
that other target will be named gtm900mg01.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 31 Jan 2020 00:46:07 +0000 |
parents | 21d128939204 |
children |
rev | line source |
---|---|
34 | 1 # Building cst.lib |
2 | |
3 CFLAGS="-mt -o -x -mw -me -pw2" | |
4 | |
5 # Defines | |
6 | |
7 CPPFLAGS=-DNTRACE | |
8 CPPFLAGS="$CPPFLAGS -D_TARGET" | |
9 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY" | |
10 CPPFLAGS="$CPPFLAGS -DSHARED_VSI" | |
11 CPPFLAGS="$CPPFLAGS -DSMI" | |
12 CPPFLAGS="$CPPFLAGS -DNWARN" | |
13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | |
14 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" | |
15 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" | |
16 CPPFLAGS="$CPPFLAGS -D_TMS470" | |
17 | |
291
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
18 if [ "$DISABLE_SLEEP" = 1 ] |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
19 then |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
20 CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP" |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
21 fi |
21d128939204
implemented build option to disable sleep
Mychaela Falconia <falcon@freecalypso.org>
parents:
172
diff
changeset
|
22 |
34 | 23 # Includes |
24 | |
25 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | |
172
2c61607bb3e3
build system: pass ACI version for headers to the component recipes
Mychaela Falconia <falcon@freecalypso.org>
parents:
34
diff
changeset
|
26 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" |
34 | 27 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" |
28 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus" | |
29 CPPFLAGS="$CPPFLAGS -I.." | |
30 CPPFLAGS="$CPPFLAGS -I../config" | |
31 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
32 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame/cust_os" | |
33 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | |
34 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | |
35 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera/rv" | |
36 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" | |
37 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb" | |
38 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/armio" | |
39 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/clkm" | |
40 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/conf" | |
41 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dma" | |
42 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dsp_dwnld" | |
43 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/inth" | |
44 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/memif" | |
45 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/rhea" | |
46 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/security" | |
47 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/spi" | |
48 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/timer" | |
49 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart" | |
50 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd" | |
51 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | |
52 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | |
53 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_cust0" | |
54 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/audio_include" | |
55 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/cust0" | |
56 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/hmacs" | |
57 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | |
58 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/p_include" | |
59 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_include" | |
60 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_cust0" | |
61 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/dyn_dwl_include" | |
62 | |
63 # Source modules | |
64 | |
65 SRCDIR=$SRC/cs/services/cst | |
66 | |
67 cfile_plain $SRCDIR/cst_csf.c | |
68 cfile_plain $SRCDIR/cst_exts.c | |
69 cfile_plain $SRCDIR/cst_pei.c | |
70 cfile_plain $SRCDIR/cst_stack.c |