FreeCalypso > hg > freecalypso-sw
changeset 957:9dd7f304fd94
target-utils/Makefile: c139-lldbg added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 04 Nov 2015 20:50:36 +0000 |
parents | 1557e15a012f |
children | 4bbe1db8efbe |
files | target-utils/Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/Makefile Wed Nov 04 20:48:40 2015 +0000 +++ b/target-utils/Makefile Wed Nov 04 20:50:36 2015 +0000 @@ -1,5 +1,6 @@ FOR_LOADTOOLS= compalstage loadagent -ALLPROGS= ${FOR_LOADTOOLS} c139explore helloapp pirexplore tf-breakin +ALLPROGS= ${FOR_LOADTOOLS} c139explore c139-lldbg helloapp pirexplore \ + tf-breakin LIBS= libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -7,6 +8,7 @@ all: ${ALLPROGS} c139explore: libcommon libprintf +c139-lldbg: libcommon libprintf helloapp: libcommon libprintf loadagent: libcommon libload libprintf pirexplore: libcommon libprintf libtiffs