\r
# DO NOT use thumb mode in the phase 1 bootloader since that generates a section with glue code\r
ARMSRC = fromflash.c \r
-THUMBSRC = usb.c bootrom.c\r
+THUMBSRC = usb.c version.c bootrom.c\r
ASMSRC = ram-reset.s flash-reset.s\r
\r
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC\r
$(DELETE) $(OBJDIR)$(PATHSEP)*.s19\r
$(DELETE) $(OBJDIR)$(PATHSEP)*.map\r
$(DELETE) $(OBJDIR)$(PATHSEP)*.d\r
+ $(DELETE) version.c\r
\r
-.PHONY: all clean help\r
+.PHONY: all clean help \r
help:\r
@echo Multi-OS Makefile, you are running on $(DETECTED_OS)\r
@echo Possible targets:\r