# HG changeset patch # User Mychaela Falconia # Date 1572298523 0 # Node ID a28e4ddd09a67cb1f64e1c28b85eda6a26e8b563 # Parent 960116e41ebdb17ef936cdc3f58ec01148f780df target-utils/Makefile: dspdump added to install set diff -r 960116e41ebd -r a28e4ddd09a6 target-utils/Makefile --- 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}