FreeCalypso > hg > tcs211-l1-reconst
changeset 3:513a68a7fc6e
unbusy_targetset.xml hack to rebuild comlib from the source
(the source for comlib has been there all along, but the build system
was set up to use a shipped comlib.lib instead)
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 06:22:18 +0000 |
parents | ec3ed006971c |
children | 34779e224b32 |
files | g23m/system/busyb/unbusy_targetset.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/g23m/system/busyb/unbusy_targetset.xml Mon Jun 01 06:11:21 2015 +0000 +++ b/g23m/system/busyb/unbusy_targetset.xml Mon Jun 01 06:22:18 2015 +0000 @@ -78,6 +78,7 @@ <sources target="aciext" require="ACI_LIB_DLV==0"/> <sources target="aci_dti_mng" require="(ACI_LIB_DLV==0) && (UART==1)"/> <sources target="atiext" require="ACI_LIB_DLV==0 && FF_ATI==1"/> + <sources target="comlib" require="ACI_LIB_DLV==0"/> <sources require="ACI_LIB_DLV==1"> <sourceFile pathRef="OUT_LIB" path="aaa.lib" require="(AAA_DAA==1)"/> <sourceFile pathRef="OUT_LIB" path="aci.lib"/> @@ -85,6 +86,7 @@ <sourceFile pathRef="OUT_LIB" path="aciext.lib"/> <sourceFile pathRef="OUT_LIB" path="aci_dti_mng.lib" require="(UART==1)"/> <sourceFile pathRef="OUT_LIB" path="atiext.lib" require="(FF_ATI==1)"/> + <sourceFile pathRef="OUT_LIB" path="comlib.lib"/> </sources> <!-- require="L23_CUST_LIB_DLV==0" --> <sources target="config_gprs_fl" require="(L23_CUST_LIB_DLV==0) && (PMODE==2)"/> @@ -100,7 +102,6 @@ <sources target="cci" require="(G23_LIB_DLV==0) && (PMODE==2)"/> <!-- cci_ir is stated twice: here and in the section with memory placement--> <sources target="cci_ir" require="(G23_LIB_DLV==0) && (PMODE==2)"/> - <sources target="comlib" require="G23_LIB_DLV==0"/> <sources target="dl" require="G23_LIB_DLV==0"/> <sources target="dti" require="(G23_LIB_DLV==0) && (UART==1)"/> <sources target="fad" require="(G23_LIB_DLV==0) && (SRVC==1)"/> @@ -131,7 +132,6 @@ <sourceFile pathRef="OUT_LIB" path="cc.lib"/> <sourceFile pathRef="OUT_LIB" path="cci.lib" require="PMODE==2"/> <sourceFile pathRef="OUT_LIB" path="cci_ir.lib" require="PMODE==2"/> - <sourceFile pathRef="OUT_LIB" path="comlib.lib"/> <sourceFile pathRef="OUT_LIB" path="dl.lib"/> <sourceFile pathRef="OUT_LIB" path="dti.lib" require="UART==1"/> <sourceFile pathRef="OUT_LIB" path="fad.lib" require="SRVC==1"/>