comparison 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
comparison
equal deleted inserted replaced
546:960116e41ebd 547:a28e4ddd09a6
1 INSTPROGS= buzplayer calversion compalstage c139explore flash-boot-wa \ 1 INSTPROGS= buzplayer calversion compalstage c139explore dspdump \
2 loadagent pirexplore simtest 2 flash-boot-wa loadagent pirexplore simtest
3 ALLPROGS= ${INSTPROGS} c139-lldbg dspdump flash-boot-test helloapp \ 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin
4 tf-breakin
5 LIBS= libbase libc libcommon libload libprintf libtiffs 4 LIBS= libbase libc libcommon libload libprintf libtiffs
6 SUBDIR= ${ALLPROGS} ${LIBS} 5 SUBDIR= ${ALLPROGS} ${LIBS}
7 6
8 INSTALL_PREFIX= /opt/freecalypso 7 INSTALL_PREFIX= /opt/freecalypso
9 8