FreeCalypso > hg > freecalypso-tools
diff target-utils/Makefile @ 991:8aeb840bc25f
target-utils/Makefile: add pln-ppb-test (no install)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Dec 2023 00:53:43 +0000 |
parents | f18db0f00ad8 |
children |
line wrap: on
line diff
--- a/target-utils/Makefile Sun Dec 03 00:20:14 2023 +0000 +++ b/target-utils/Makefile Sun Dec 03 00:53:43 2023 +0000 @@ -1,6 +1,7 @@ INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ flash-boot-wa loadagent lunadrv pirexplore simagent simtest -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp pln-ppb-test \ + tf-breakin LIBS= libbase libc libcommon libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -19,6 +20,7 @@ loadagent: libbase libc libcommon libprintf lunadrv: libbase libc libcommon libprintf pirexplore: libbase libc libcommon libprintf libtiffs +pln-ppb-test: libbase libc libcommon libprintf simagent: libbase libc libcommon libprintf simtest: libbase libc libcommon libprintf