# HG changeset patch # User Mychaela Falconia # Date 1540537401 0 # Node ID eb26467a1d2aca8619f1781ab1aad197819a16f0 # Parent 245047b16c475db40bde990ee12720a7dcf50cda target-utils/Makefile: flash-boot-wa hack removed from the basic set diff -r 245047b16c47 -r eb26467a1d2a target-utils/Makefile --- a/target-utils/Makefile Thu Oct 25 19:51:47 2018 +0000 +++ b/target-utils/Makefile Fri Oct 26 07:03:21 2018 +0000 @@ -1,6 +1,6 @@ -INSTPROGS= buzplayer compalstage c139explore flash-boot-wa loadagent \ - pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin +INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ + tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}