comparison target-utils/Makefile @ 460:9b7ce2023355

target-utils/Makefile: flash-boot-wa and simtest moved to installable set
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 10 Feb 2019 17:46:07 +0000
parents bd465e30fc05
children bbb4f92265d2
comparison
equal deleted inserted replaced
459:5c1fb31751d7 460:9b7ce2023355
1 INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ 1 INSTPROGS= buzplayer calversion compalstage c139explore flash-boot-wa \
2 pirexplore 2 loadagent pirexplore simtest
3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin
4 simtest 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 default: ${INSTPROGS} 7 default: ${INSTPROGS}
9 all: ${ALLPROGS} 8 all: ${ALLPROGS}