FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 865:f5affe83ba2d
lldbg hack (poor girl's substitute for JTAG) implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 15 May 2015 00:02:03 +0000 |
parents | cbc49d533b7d |
children | ab20a5e9dbf3 |
comparison
equal
deleted
inserted
replaced
864:4fa939eada22 | 865:f5affe83ba2d |
---|---|
51 EXT_PIECES+= ../services/pcm/xipcode.o | 51 EXT_PIECES+= ../services/pcm/xipcode.o |
52 endif | 52 endif |
53 ifeq (${RVM_ETM_SWE},1) | 53 ifeq (${RVM_ETM_SWE},1) |
54 EXT_PIECES+= ../services/etm/xipcode.o | 54 EXT_PIECES+= ../services/etm/xipcode.o |
55 endif | 55 endif |
56 ifeq (${CONFIG_LLDBG},1) | |
57 EXT_PIECES+= ../lldbg/xipcode.o | |
58 endif | |
56 | 59 |
57 flashImage: ${FLASH_TARGET} | 60 flashImage: ${FLASH_TARGET} |
58 ramImage: ${RAM_TARGET} | 61 ramImage: ${RAM_TARGET} |
59 | 62 |
60 iramcode.o: ${INT_PIECES} | 63 iramcode.o: ${INT_PIECES} |