# HG changeset patch # User Mychaela Falconia # Date 1493673673 0 # Node ID f2dde45ba3787253ef46bf0e7a53206f7d69c674 # Parent b81176fe68a71325f9546b0c890f887db84914f5 target-utils/Makefile: flash-boot-wa added diff -r b81176fe68a7 -r f2dde45ba378 target-utils/Makefile --- a/target-utils/Makefile Mon May 01 21:17:05 2017 +0000 +++ b/target-utils/Makefile Mon May 01 21:21:13 2017 +0000 @@ -1,4 +1,5 @@ -INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore +INSTPROGS= buzplayer compalstage c139explore flash-boot-wa loadagent \ + pirexplore ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}