# HG changeset patch # User Mychaela Falconia # Date 1493574321 0 # Node ID 5515360e2f610d353de02e59150f8cd145f569e1 # Parent 06c629b349037574651248348660ea028d6aea60 target-utils/Makefile: flash-boot-test added diff -r 06c629b34903 -r 5515360e2f61 target-utils/Makefile --- a/target-utils/Makefile Sun Apr 30 17:42:40 2017 +0000 +++ b/target-utils/Makefile Sun Apr 30 17:45:21 2017 +0000 @@ -1,17 +1,18 @@ INSTPROGS= buzplayer compalstage c139explore loadagent pirexplore -ALLPROGS= ${INSTPROGS} c139-lldbg helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin LIBS= libbase libc libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} default: ${INSTPROGS} all: ${ALLPROGS} -buzplayer: libbase libc libcommon libprintf -c139explore: libbase libc libcommon libprintf -c139-lldbg: libbase libc libcommon libprintf -helloapp: libbase libc libcommon libprintf -loadagent: libbase libc libcommon libload libprintf -pirexplore: libbase libc libcommon libprintf libtiffs +buzplayer: libbase libc libcommon libprintf +c139explore: libbase libc libcommon libprintf +c139-lldbg: libbase libc libcommon libprintf +flash-boot-test: libbase libc libcommon libprintf +helloapp: libbase libc libcommon libprintf +loadagent: libbase libc libcommon libload libprintf +pirexplore: libbase libc libcommon libprintf libtiffs ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}