]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/Makefile
Implement version information storage and retrieval for the bootrom and the osimage.
[proxmark3-svn] / bootrom / Makefile
index 2b7671c7fc12762a8dd17c6e58c08a54e50f960b..30b55466b8f7b17404d2b48265ca268df6108e06 100644 (file)
@@ -2,7 +2,7 @@
 \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
@@ -19,8 +19,9 @@ clean:
        $(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
Impressum, Datenschutz