FreeCalypso > hg > freecalypso-tools
diff target-utils/Makefile @ 769:f18db0f00ad8
target-utils: simagent application started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Mar 2021 06:40:24 +0000 |
parents | 5fdc241dcc44 |
children | 8aeb840bc25f |
line wrap: on
line diff
--- a/target-utils/Makefile Thu Mar 11 23:34:54 2021 +0000 +++ b/target-utils/Makefile Fri Mar 12 06:40:24 2021 +0000 @@ -1,5 +1,5 @@ INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ - flash-boot-wa loadagent lunadrv pirexplore simtest + flash-boot-wa loadagent lunadrv pirexplore simagent simtest ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -19,6 +19,7 @@ loadagent: libbase libc libcommon libprintf lunadrv: libbase libc libcommon libprintf pirexplore: libbase libc libcommon libprintf libtiffs +simagent: libbase libc libcommon libprintf simtest: libbase libc libcommon libprintf ${SUBDIR}: FRC