FreeCalypso > hg > freecalypso-tools
diff target-utils/Makefile @ 442:ba4171b2f980
target-utils/Makefile: calversion added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Dec 2018 07:04:32 +0000 |
parents | eb26467a1d2a |
children | 6b20d68a2a88 |
line wrap: on
line diff
--- a/target-utils/Makefile Wed Dec 26 06:40:02 2018 +0000 +++ b/target-utils/Makefile Wed Dec 26 07:04:32 2018 +0000 @@ -1,6 +1,6 @@ INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ - tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg calversion flash-boot-test \ + flash-boot-wa helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -10,6 +10,7 @@ buzplayer: libbase libc libcommon libprintf c139explore: libbase libc libcommon libprintf c139-lldbg: libbase libc libcommon libprintf +calversion: libbase libc libcommon libprintf flash-boot-test: libbase libc libcommon libprintf helloapp: libbase libc libcommon libprintf loadagent: libbase libc libcommon libload libprintf