FreeCalypso > hg > freecalypso-tools
comparison target-utils/Makefile @ 199:5515360e2f61
target-utils/Makefile: flash-boot-test added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 30 Apr 2017 17:45:21 +0000 |
parents | cbc6bc05d494 |
children | f2dde45ba378 |
comparison
equal
deleted
inserted
replaced
198:06c629b34903 | 199:5515360e2f61 |
---|---|
1 INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore | 1 INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore |
2 ALLPROGS= ${INSTPROGS} c139-lldbg helloapp tf-breakin | 2 ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin |
3 LIBS= libbase libc libcommon libload libprintf libtiffs | 3 LIBS= libbase libc libcommon libload libprintf libtiffs |
4 SUBDIR= ${ALLPROGS} ${LIBS} | 4 SUBDIR= ${ALLPROGS} ${LIBS} |
5 | 5 |
6 default: ${INSTPROGS} | 6 default: ${INSTPROGS} |
7 all: ${ALLPROGS} | 7 all: ${ALLPROGS} |
8 | 8 |
9 buzplayer: libbase libc libcommon libprintf | 9 buzplayer: libbase libc libcommon libprintf |
10 c139explore: libbase libc libcommon libprintf | 10 c139explore: libbase libc libcommon libprintf |
11 c139-lldbg: libbase libc libcommon libprintf | 11 c139-lldbg: libbase libc libcommon libprintf |
12 helloapp: libbase libc libcommon libprintf | 12 flash-boot-test: libbase libc libcommon libprintf |
13 loadagent: libbase libc libcommon libload libprintf | 13 helloapp: libbase libc libcommon libprintf |
14 pirexplore: libbase libc libcommon libprintf libtiffs | 14 loadagent: libbase libc libcommon libload libprintf |
15 pirexplore: libbase libc libcommon libprintf libtiffs | |
15 | 16 |
16 ${SUBDIR}: FRC | 17 ${SUBDIR}: FRC |
17 cd $@; ${MAKE} ${MFLAGS} | 18 cd $@; ${MAKE} ${MFLAGS} |
18 | 19 |
19 install: FRC | 20 install: FRC |