# HG changeset patch # User Mychaela Falconia # Date 1546062382 0 # Node ID 6b20d68a2a88278417b31b4677824f257ad40716 # Parent e75d866e38267be0f10b54656fb3ac59f7d32da6 target-utils/Makefile: calversion added to standard set diff -r e75d866e3826 -r 6b20d68a2a88 target-utils/Makefile --- a/target-utils/Makefile Sat Dec 29 05:40:06 2018 +0000 +++ b/target-utils/Makefile Sat Dec 29 05:46:22 2018 +0000 @@ -1,6 +1,7 @@ -INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg calversion flash-boot-test \ - flash-boot-wa helloapp tf-breakin +INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ + pirexplore +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ + tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}