# HG changeset patch # User Mychaela Falconia # Date 1545807872 0 # Node ID ba4171b2f980b81de31d801e40a8b95fb7f38cd8 # Parent 1dcc9e4b71fdc6b057a1e32f001a1ae19de2c5cf target-utils/Makefile: calversion added diff -r 1dcc9e4b71fd -r ba4171b2f980 target-utils/Makefile --- 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