diff gsm-fw/finlink/ld-script.src @ 658:46e5c90fd0b8

gsm-fw: ccd hooked into the build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 25 Sep 2014 10:19:47 +0000
parents 06ecb305f650
children 210268d8e553
line wrap: on
line diff
--- a/gsm-fw/finlink/ld-script.src	Thu Sep 25 10:12:21 2014 +0000
+++ b/gsm-fw/finlink/ld-script.src	Thu Sep 25 10:19:47 2014 +0000
@@ -60,6 +60,7 @@
 		xipcode.o(.text*)
 		*libplus.xip.a:(.text*)
 		*libgpf.xip.a:(.text*)
+		*libccd.a:(.text*)
 		*librv.a:(.text*)
 		*libsprintf.a:(.text*)
 		/* let's put the ARM->Thumb veneers in the XIP section */
@@ -122,6 +123,7 @@
 		xipcode.o(.bss* COMMON)
 		*libplus.xip.a:(.bss* COMMON)
 		*libgpf.xip.a:(.bss* COMMON)
+		*libccd.a:(.bss* COMMON)
 		*librv.a:(.bss* COMMON)
 		*libsprintf.a:(.bss* COMMON)
 		. = ALIGN(4);