FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 445:6b20d68a2a88
target-utils/Makefile: calversion added to standard set
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 29 Dec 2018 05:46:22 +0000 |
parents | ba4171b2f980 |
children | bd465e30fc05 |
comparison
equal
deleted
inserted
replaced
444:e75d866e3826 | 445:6b20d68a2a88 |
---|---|
1 INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore | 1 INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ |
2 ALLPROGS= ${INSTPROGS} c139-lldbg calversion flash-boot-test \ | 2 pirexplore |
3 flash-boot-wa helloapp tf-breakin | 3 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ |
4 tf-breakin | |
4 LIBS= libbase libc libcommon libload libprintf libtiffs | 5 LIBS= libbase libc libcommon libload libprintf libtiffs |
5 SUBDIR= ${ALLPROGS} ${LIBS} | 6 SUBDIR= ${ALLPROGS} ${LIBS} |
6 | 7 |
7 default: ${INSTPROGS} | 8 default: ${INSTPROGS} |
8 all: ${ALLPROGS} | 9 all: ${ALLPROGS} |