modified to use a library instead of individual objects - can be reused for basflash.{elf|srec}

This commit is contained in:
Markus Fröschle
2013-01-23 14:56:25 +00:00
parent 14ac2e71ba
commit b4f05cfdf3
3 changed files with 23 additions and 19 deletions

View File

@@ -8,14 +8,7 @@ SECTIONS
.text :
{
objs/basflash.o(.text)
objs/unicode.o(.text)
objs/mmc.o(.text)
objs/ff.o(.text)
objs/sd_card.o(.text)
objs/s19reader.o(.text)
objs/bas_printf.o(.text)
objs/printf_helper.o(.text)
objs/cache.o(.text)
*(.data)
*(.bss)
*(.rodata)