]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/Makefile
Merge pull request #969 from pwpiwi/gcc10_fixes
[proxmark3-svn] / bootrom / Makefile
index dd1e7e0830877d14d1870549f0d4620b9b1c2c93..a2cd1b404225ca676eb9d4ea6fb6b322b1416690 100644 (file)
@@ -7,8 +7,8 @@
 #-----------------------------------------------------------------------------
 
 # DO NOT use thumb mode in the phase 1 bootloader since that generates a section with glue code
-ARMSRC = 
-THUMBSRC = cmd.c usb_cdc.c bootrom.c
+ARMSRC = string.c
+THUMBSRC = usb_cdc.c bootrom.c
 ASMSRC = ram-reset.s flash-reset.s
 VERSIONSRC = version.c
 
@@ -19,7 +19,6 @@ VERSIONSRC = version.c
 # ARMSRC := $(ARMSRC) $(THUMBSRC)
 # THUMBSRC := 
 
-# stdint.h provided locally until GCC 4.5 becomes C99 compliant
 APP_CFLAGS = -I.
 
 # version.c should be remade on every compilation
Impressum, Datenschutz