FreeCalypso > hg > freecalypso-tools
changeset 415:eb26467a1d2a
target-utils/Makefile: flash-boot-wa hack removed from the basic set
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Oct 2018 07:03:21 +0000 |
parents | 245047b16c47 |
children | 30f6d1c32c6f |
files | target-utils/Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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}