FreeCalypso > hg > freecalypso-tools
changeset 455:bd465e30fc05
target-utils/Makefile: simtest added as non-installable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Feb 2019 07:58:32 +0000 |
parents | daaab2701761 |
children | 3884d823b36e |
files | target-utils/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/Makefile Sat Feb 09 07:55:50 2019 +0000 +++ b/target-utils/Makefile Sat Feb 09 07:58:32 2019 +0000 @@ -1,7 +1,7 @@ INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ pirexplore ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ - tf-breakin + simtest tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -16,6 +16,7 @@ helloapp: libbase libc libcommon libprintf loadagent: libbase libc libcommon libload libprintf pirexplore: libbase libc libcommon libprintf libtiffs +simtest: libbase libc libcommon libprintf ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}