FreeCalypso > hg > freecalypso-tools
changeset 541:a58563d16e1d
target-utils/Makefile: dspdump added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2019 08:36:50 +0000 |
parents | 27b5526ba1a8 |
children | b95b251b33eb |
files | target-utils/Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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