# HG changeset patch # User Mychaela Falconia # Date 1549699112 0 # Node ID bd465e30fc05c54f62eb80db7a450b7cc2759dca # Parent daaab270176117fb4323b79129926fff74ee8007 target-utils/Makefile: simtest added as non-installable diff -r daaab2701761 -r bd465e30fc05 target-utils/Makefile --- 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}