FreeCalypso > hg > freecalypso-tools
diff target-utils/Makefile @ 547:a28e4ddd09a6
target-utils/Makefile: dspdump added to install set
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2019 21:35:23 +0000 |
parents | a58563d16e1d |
children | 0da2cf5a999c |
line wrap: on
line diff
--- a/target-utils/Makefile Mon Oct 28 21:32:14 2019 +0000 +++ b/target-utils/Makefile Mon Oct 28 21:35:23 2019 +0000 @@ -1,7 +1,6 @@ -INSTPROGS= buzplayer calversion compalstage c139explore flash-boot-wa \ - loadagent pirexplore simtest -ALLPROGS= ${INSTPROGS} c139-lldbg dspdump flash-boot-test helloapp \ - tf-breakin +INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ + flash-boot-wa loadagent pirexplore simtest +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}