FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/finlink/Makefile @ 132:2c5160a9d652
nuc-fw: switched from nucdemo to Riviera, got some serial output
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Nov 2013 01:48:11 +0000 |
parents | 789a9a95533f |
children | 5fe5559003b7 |
comparison
equal
deleted
inserted
replaced
131:035672b72f9b | 132:2c5160a9d652 |
---|---|
7 LIBC_A= `${CC} -print-file-name=libc.a -mthumb-interwork` | 7 LIBC_A= `${CC} -print-file-name=libc.a -mthumb-interwork` |
8 LIBC_T= `${CC} -print-file-name=libc.a -mthumb-interwork -mthumb` | 8 LIBC_T= `${CC} -print-file-name=libc.a -mthumb-interwork -mthumb` |
9 LIBGCC_A= `${CC} -print-file-name=libgcc.a -mthumb-interwork` | 9 LIBGCC_A= `${CC} -print-file-name=libgcc.a -mthumb-interwork` |
10 LIBGCC_T= `${CC} -print-file-name=libgcc.a -mthumb-interwork -mthumb` | 10 LIBGCC_T= `${CC} -print-file-name=libgcc.a -mthumb-interwork -mthumb` |
11 | 11 |
12 LOCAL_LIBS= ../sprintf/libsprintf.a \ | 12 LOCAL_LIBS= ../riviera/librv.a ../sprintf/libsprintf.a \ |
13 ../nucleus/libplus.xip.a ../nucleus/libplus.iram.a | 13 ../nucleus/libplus.xip.a ../nucleus/libplus.iram.a |
14 | 14 |
15 INT_PIECES= ../sysglue/sysinit.o | 15 INT_PIECES= ../bsp/niq32.o |
16 EXT_PIECES= ../nucdemo/demo.o | 16 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o |
17 | 17 |
18 all: ${RAM_TARGET} | 18 all: ${RAM_TARGET} |
19 ramImage: ${RAM_TARGET} | 19 ramImage: ${RAM_TARGET} |
20 | 20 |
21 iramcode.o: ${INT_PIECES} | 21 iramcode.o: ${INT_PIECES} |