annotate configs/hybrid-ui-vo @ 549:69e52afc01d5

configs/* except classic: rebuild tif_na7_db_{fl,ir} from source The purpose of this change is to allow a TRACEMASK_IN_FFS=1 setting given on the configure line to have effect; all configs except classic are included because this feature setting is orthogonal to the choice of G23M PS version and other config choices. (The classic config is an exception because its very purpose is to preserve a reference config with all of the original blobs.) Note that even though we are switching these TIF libraries from blobs to recompilation from source in all configs, our source for these libs compiles into a perfect match to the original blobs in the current default TRACEMASK_IN_FFS=0 configuration, hence there is no effective change beyond the unfortunate small increase in compilation times.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Nov 2018 08:33:30 +0000
parents c26bee8e34c6
children 28ed4002131a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
443
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # This is the TCS2/TCS3 hybrid config with the UI enabled,
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 # using the new TCS3 versions of BMI and MFW; data services are disabled,
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 # leaving only voice and SMS.
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 GPRS=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 MMI=2
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 SRVC=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 export GPRS MMI SRVC
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 ATP_STATE=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 FCHG_STATE=1
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 LCC_STATE=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 MKS_STATE=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 PWR_STATE=0
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 R2D_STATE=1
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 export ATP_STATE FCHG_STATE LCC_STATE MKS_STATE PWR_STATE R2D_STATE
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 scripts/config-headers-new.sh
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 CONDAT=condat3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 GPF=gpf3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 CDGINC=cdg-hybrid/cdginc
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 CDGPRIM=cdg-hybrid/sap-inline
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 ACI=g23m-aci
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 export CONDAT GPF CDGINC CDGPRIM ACI
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 build_lib ccddata
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 # ACI libs
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 build_lib aci tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 build_lib aciext tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 build_lib aci_dti_mng tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 build_lib atiext tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 build_lib comlib hybrid
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 build_lib config_gsm_fl
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 build_lib config_gsm_ir
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 # UI layers
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 build_lib bmi tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 build_lib icn tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 build_lib mfw tcs3
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 # G23M protocol stack libs
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 build_lib alr sotovik
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 build_lib cc
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 build_lib dl
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 build_lib dti
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 build_lib l1_pei
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 build_lib mm
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 build_lib rr
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 build_lib sim_b_lib
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53 build_lib sms
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 build_lib ss
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 build_lib uart_b_lib
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 # Condat drivers
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58 build_lib gdi
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 # GPF
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 build_lib ccd_na7_db
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 blob_lib_gpf frame_na7_db_fl
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 blob_lib_custom blobs/patches/frame_na7_db_ir-systrace.lib frame_na7_db_ir
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
65 blob_lib_gpf misc_na7_db_fl
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 blob_lib_gpf misc_na7_db_ir
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68 blob_lib_gpf osx_na7_db
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
549
69e52afc01d5 configs/* except classic: rebuild tif_na7_db_{fl,ir} from source
Mychaela Falconia <falcon@freecalypso.org>
parents: 443
diff changeset
70 build_lib tif_na7_db_fl
69e52afc01d5 configs/* except classic: rebuild tif_na7_db_{fl,ir} from source
Mychaela Falconia <falcon@freecalypso.org>
parents: 443
diff changeset
71 build_lib tif_na7_db_ir
443
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 # core drivers
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 build_lib drivers_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 # Layer 1
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
78 build_lib tpudrv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
79 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
80 build_lib l1_ext
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 lib_link_magic '(BSS_LIBS (.l1s_global))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
82 build_lib l1_int
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
83 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84 build_lib l1_custom_ext
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85 build_lib l1_custom_int
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
87
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
88 build_lib riviera_core_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 build_lib riviera_cust_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 # services
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 #build_lib atp
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
93 build_lib audio
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
94 build_lib audio_bgd
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 build_lib cst
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 build_lib dar
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 build_lib dar_gbl_var
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
98 lib_link_magic '(BSS_DAR_LIB (.bss))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99 build_lib etm
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 build_lib lls
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
101 #build_lib mks
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 # app drivers
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 build_lib abb
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 build_lib buzzer
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 build_lib fchg
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107 build_lib ffs
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 build_lib ffs_drv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 build_lib ffs_pcm
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 build_lib kpd
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111 build_lib power
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 build_lib r2d_drv_custom_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 build_lib r2d_drv_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 build_lib r2d_drv_int_ram
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 lib_link_magic '(CONST_LIBS (.text, .r2dlcd))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 build_lib rtc_drv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 build_lib sim_drv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 build_lib spi_drv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
119 build_lib uart_drv
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121 # system glue
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 build_lib main init
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 build_lib bootloader
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 lib_link_magic '(CONST_BOOT_LIB (.const, .text, .text:v$3) BSS_BOOT_LIB (.bss))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
126 # Nucleus and TI's compiler stuff
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
127 blob_lib_os nucleus_flash_nodbg
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 blob_lib_os nucleus_int_ram_nodbg
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
130 blob_lib_os rts16le_flash
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 blob_lib_os rts16le_int_ram
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 lib_link_magic '(BSS_LIBS (.bss))'
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133
c26bee8e34c6 configs/hybrid-ui-vo: created, starting to compile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
134 str2ind_blobs_used=0