# HG changeset patch # User Mychaela Falconia # Date 1446487913 0 # Node ID 76149e0628ba969ac23d0db5c8c2963ba825419a # Parent 845c2e42006922c6d5ba9130ef0d41943dd394e0 target-utils/Makefile: c139explore added diff -r 845c2e420069 -r 76149e0628ba target-utils/Makefile --- a/target-utils/Makefile Mon Nov 02 18:09:37 2015 +0000 +++ b/target-utils/Makefile Mon Nov 02 18:11:53 2015 +0000 @@ -1,11 +1,12 @@ FOR_LOADTOOLS= compalstage loadagent -ALLPROGS= ${FOR_LOADTOOLS} helloapp pirexplore tf-breakin +ALLPROGS= ${FOR_LOADTOOLS} c139explore helloapp pirexplore tf-breakin LIBS= libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} default: ${FOR_LOADTOOLS} all: ${ALLPROGS} +c139explore: libcommon libprintf helloapp: libcommon libprintf loadagent: libcommon libload libprintf pirexplore: libcommon libload libprintf libtiffs