FreeCalypso > hg > freecalypso-sw
diff gsm-fw/finlink/ld-script.src @ 671:210268d8e553
gsm-fw: comlib included in the build along with ccd
CONFIG_INCLUDE_CCD eliminated and absorbed into CONFIG_INCLUDE_PS
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 18:23:19 +0000 |
parents | 46e5c90fd0b8 |
children | 2d3f29ef866d |
line wrap: on
line diff
--- a/gsm-fw/finlink/ld-script.src Sun Sep 28 17:00:14 2014 +0000 +++ b/gsm-fw/finlink/ld-script.src Sun Sep 28 18:23:19 2014 +0000 @@ -58,6 +58,7 @@ xip.text : { *(xip.text*) xipcode.o(.text*) + *comlib.a:(.text*) *libplus.xip.a:(.text*) *libgpf.xip.a:(.text*) *libccd.a:(.text*) @@ -121,6 +122,7 @@ ext.bss (NOLOAD) : { *(ext.bss*) xipcode.o(.bss* COMMON) + *comlib.a:(.bss* COMMON) *libplus.xip.a:(.bss* COMMON) *libgpf.xip.a:(.bss* COMMON) *libccd.a:(.bss* COMMON)