FreeCalypso > hg > freecalypso-tools
changeset 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 | 06c629b34903 |
children | cc6594a7fc7a |
files | target-utils/Makefile |
diffstat | 1 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/Makefile Sun Apr 30 17:42:40 2017 +0000 +++ b/target-utils/Makefile Sun Apr 30 17:45:21 2017 +0000 @@ -1,17 +1,18 @@ INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} default: ${INSTPROGS} all: ${ALLPROGS} -buzplayer: libbase libc libcommon libprintf -c139explore: libbase libc libcommon libprintf -c139-lldbg: libbase libc libcommon libprintf -helloapp: libbase libc libcommon libprintf -loadagent: libbase libc libcommon libload libprintf -pirexplore: libbase libc libcommon libprintf libtiffs +buzplayer: libbase libc libcommon libprintf +c139explore: libbase libc libcommon libprintf +c139-lldbg: libbase libc libcommon libprintf +flash-boot-test: libbase libc libcommon libprintf +helloapp: libbase libc libcommon libprintf +loadagent: libbase libc libcommon libload libprintf +pirexplore: libbase libc libcommon libprintf libtiffs ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}