comparison target-utils/Makefile @ 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 f2dde45ba378
children ba4171b2f980
comparison
equal deleted inserted replaced
414:245047b16c47 415:eb26467a1d2a
1 INSTPROGS= buzplayer compalstage c139explore flash-boot-wa loadagent \ 1 INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore
2 pirexplore 2 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \
3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin 3 tf-breakin
4 LIBS= libbase libc libcommon libload libprintf libtiffs 4 LIBS= libbase libc libcommon libload libprintf libtiffs
5 SUBDIR= ${ALLPROGS} ${LIBS} 5 SUBDIR= ${ALLPROGS} ${LIBS}
6 6
7 default: ${INSTPROGS} 7 default: ${INSTPROGS}
8 all: ${ALLPROGS} 8 all: ${ALLPROGS}