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} \