changeset 66:0377665aef9d

tpudrv.lib blob selection in targets/*.conf
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 20:00:33 +0000
parents bb53b2e2d548
children 41779e8ae4da
files configs/classic targets/fcdev3b.conf targets/gtamodem.conf
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configs/classic	Sat Oct 01 19:36:13 2016 +0000
+++ b/configs/classic	Sat Oct 01 20:00:33 2016 +0000
@@ -79,7 +79,7 @@
 build_lib drivers_flash
 
 # Layer 1
-blob_lib_std tpudrv
+blob_lib_custom "$TPUDRV_blob" tpudrv
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_std l1_ext
 lib_link_magic '(BSS_LIBS (.l1s_global))'
--- a/targets/fcdev3b.conf	Sat Oct 01 19:36:13 2016 +0000
+++ b/targets/fcdev3b.conf	Sat Oct 01 20:00:33 2016 +0000
@@ -1,2 +1,3 @@
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template
 MAIN_blob=blobs/patches/main-fchw.lib
+TPUDRV_blob=blobs/libs/tpudrv.lib
--- a/targets/gtamodem.conf	Sat Oct 01 19:36:13 2016 +0000
+++ b/targets/gtamodem.conf	Sat Oct 01 20:00:33 2016 +0000
@@ -1,2 +1,3 @@
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template
 MAIN_blob=blobs/libs/main.lib
+TPUDRV_blob=blobs/libs/tpudrv.lib