# HG changeset patch # User Mychaela Falconia # Date 1572251810 0 # Node ID a58563d16e1d71490db9e6fc3ff62b1440fe6b17 # Parent 27b5526ba1a82d2a853c32ba18c5a6b5f230e4d1 target-utils/Makefile: dspdump added diff -r 27b5526ba1a8 -r a58563d16e1d target-utils/Makefile --- a/target-utils/Makefile Mon Oct 28 08:19:33 2019 +0000 +++ b/target-utils/Makefile Mon Oct 28 08:36:50 2019 +0000 @@ -1,6 +1,7 @@ INSTPROGS= buzplayer calversion compalstage c139explore flash-boot-wa \ loadagent pirexplore simtest -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg dspdump flash-boot-test helloapp \ + tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -13,6 +14,7 @@ c139explore: libbase libc libcommon libprintf c139-lldbg: libbase libc libcommon libprintf calversion: libbase libc libcommon libprintf +dspdump: libbase libc libcommon libprintf flash-boot-test: libbase libc libcommon libprintf helloapp: libbase libc libcommon libprintf loadagent: libbase libc libcommon libload libprintf