# HG changeset patch # User Mychaela Falconia # Date 1588818476 0 # Node ID 39e7b30019462cb2fc33d01dec95338af032f01d # Parent db9a8e88e63f4dbfe3a19f89133968c06afa1f00 target-utils/Makefile: lunadrv added diff -r db9a8e88e63f -r 39e7b3001946 target-utils/Makefile --- a/target-utils/Makefile Thu May 07 02:19:51 2020 +0000 +++ b/target-utils/Makefile Thu May 07 02:27:56 2020 +0000 @@ -1,6 +1,7 @@ INSTPROGS= buzplayer calversion compalstage c139explore dspdump \ flash-boot-wa loadagent pirexplore simtest -ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp tf-breakin +ALLPROGS= ${INSTPROGS} c139-lldbg flash-boot-test helloapp lunadrv \ + tf-breakin LIBS= libbase libc libcommon libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} @@ -17,6 +18,7 @@ flash-boot-test: libbase libc libcommon libprintf helloapp: libbase libc libcommon libprintf loadagent: libbase libc libcommon libprintf +lunadrv: libbase libc libcommon libprintf pirexplore: libbase libc libcommon libprintf libtiffs simtest: libbase libc libcommon libprintf