FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 310:083f262b7bbe
gsm-fw: disabled DAR links
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 17 Mar 2014 05:56:06 +0000 |
parents | 2beb88a3d528 |
children | 2a26785fb5a2 |
comparison
equal
deleted
inserted
replaced
309:a7087f91c752 | 310:083f262b7bbe |
---|---|
14 LOCAL_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ | 14 LOCAL_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ |
15 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a | 15 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a |
16 | 16 |
17 INT_PIECES= ../bsp/niq32.o | 17 INT_PIECES= ../bsp/niq32.o |
18 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ | 18 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ |
19 ../services/ffs/xipcode.o | 19 ../services/ffs/xipcode.o ../services/dar/xipcode.o |
20 ifeq (${RVM_ETM_SWE},1) | 20 ifeq (${RVM_ETM_SWE},1) |
21 EXT_PIECES+= ../services/etm/xipcode.o | 21 EXT_PIECES+= ../services/etm/xipcode.o |
22 endif | 22 endif |
23 | 23 |
24 all: ${RAM_TARGET} | 24 all: ${RAM_TARGET} |