From 007a6b20a78c4f3b188a6bbc6f57c6df47f3b23a Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 28 Nov 2008 10:16:40 +0000 Subject: [PATCH] qi-build-create-image-dir.patch Signed-off-by: Andy Green --- qiboot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/qiboot/Makefile b/qiboot/Makefile index b43e958..ad99a3f 100644 --- a/qiboot/Makefile +++ b/qiboot/Makefile @@ -69,6 +69,7 @@ ${MKUDFU}: make -C $(TOOLS) ${UDFU_IMAGE}:${OBJS} ${MKUDFU} + mkdir -p image @$(LD) ${LDFLAGS} -T$(LDS) -g $(OBJS) -o ${TARGET} ${LIBS} @$(OBJCOPY) -O binary -S ${TARGET} ${IMAGE} @$(MKUDFU) -v ${UDFU_VID} -p ${UDFU_PID} -r ${UDFU_REV} \