FreeCalypso > hg > freecalypso-tools
changeset 701:39e7b3001946
target-utils/Makefile: lunadrv added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 May 2020 02:27:56 +0000 |
parents | db9a8e88e63f |
children | 36e6a1ff9608 |
files | target-utils/Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/target-utils/Makefile Thu May 07 02:19:51 2020 +0000 +++ b/target-utils/Makefile Thu May 07 02:27:56 2020 +0000 @@ -1,6 +1,7 @@ INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ flash-boot-wa loadagent pirexplore simtest -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp lunadrv \ + tf-breakin LIBS= libbase libc libcommon libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -17,6 +18,7 @@ flash-boot-test: libbase libc libcommon libprintf helloapp: libbase libc libcommon libprintf loadagent: libbase libc libcommon libprintf +lunadrv: libbase libc libcommon libprintf pirexplore: libbase libc libcommon libprintf libtiffs simtest: libbase libc libcommon libprintf