# HG changeset patch # User Mychaela Falconia # Date 1549820767 0 # Node ID 9b7ce2023355071be3ebfce6461dfc04e3ec97cd # Parent 5c1fb31751d7ab71839cdbf6371ab6437ff5a789 target-utils/Makefile: flash-boot-wa and simtest moved to installable set diff -r 5c1fb31751d7 -r 9b7ce2023355 target-utils/Makefile --- a/target-utils/Makefile Sun Feb 10 17:34:55 2019 +0000 +++ b/target-utils/Makefile Sun Feb 10 17:46:07 2019 +0000 @@ -1,7 +1,6 @@ -INSTPROGS= buzplayer calversion compalstage c139explore loadagent \ - pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test flash-boot-wa helloapp \ - simtest tf-breakin +INSTPROGS= buzplayer calversion compalstage c139explore flash-boot-wa \ + loadagent pirexplore simtest +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS}