changeset 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 960116e41ebd
children 2e4ab60919b9
files target-utils/Makefile
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
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}