FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 203:f2dde45ba378
target-utils/Makefile: flash-boot-wa added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 01 May 2017 21:21:13 +0000 |
parents | 5515360e2f61 |
children | eb26467a1d2a |
comparison
equal
deleted
inserted
replaced
202:b81176fe68a7 | 203:f2dde45ba378 |
---|---|
1 INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore | 1 INSTPROGS= buzplayer compalstage c139explore flash-boot-wa loadagent \ |
2 pirexplore | |
2 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin | 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin |
3 LIBS= libbase libc libcommon libload libprintf libtiffs | 4 LIBS= libbase libc libcommon libload libprintf libtiffs |
4 SUBDIR= ${ALLPROGS} ${LIBS} | 5 SUBDIR= ${ALLPROGS} ${LIBS} |
5 | 6 |
6 default: ${INSTPROGS} | 7 default: ${INSTPROGS} |