# HG changeset patch # User Mychaela Falconia # Date 1446670236 0 # Node ID 9dd7f304fd945342a9b3227f025c48ed74eb6e97 # Parent 1557e15a012fc7bf124438a9cdb20615611063ab target-utils/Makefile: c139-lldbg added diff -r 1557e15a012f -r 9dd7f304fd94 target-utils/Makefile --- 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