# HG changeset patch # User Michael Spacefalcon # Date 1400147423 0 # Node ID b39802cd93297a98ba963a9f29c98e2f7848c18f # Parent 22c6e39e17895a196208e2404db9006cafc6219a target-utils/Makefile: tf-breakin subdir added diff -r 22c6e39e1789 -r b39802cd9329 target-utils/Makefile --- a/target-utils/Makefile Thu May 15 09:49:30 2014 +0000 +++ b/target-utils/Makefile Thu May 15 09:50:23 2014 +0000 @@ -1,5 +1,5 @@ FOR_LOADTOOLS= compalstage loadagent -ALLPROGS= ${FOR_LOADTOOLS} helloapp pirexplore +ALLPROGS= ${FOR_LOADTOOLS} helloapp pirexplore tf-breakin LIBS= libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}