]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile.linux
Rationalized LED usage in 14443-B: LED D shows RF Field OK,
[proxmark3-svn] / armsrc / Makefile.linux
index 98c9c38609a609af467709c9b0c458b467e33986..f0d9325acd5d13997f3f8baf0a0b2a97a447b07f 100644 (file)
@@ -31,11 +31,12 @@ OBJ =       $(OBJDIR)/start.o \
                $(OBJDIR)/appmain.o \
                $(OBJDIR)/fpga.o \
                $(OBJDIR)/iso15693.o \
-               $(OBJDIR)/iso14443.o \
                $(OBJDIR)/util.o
 
-
-OBJFAST =      $(OBJDIR)/iso14443a.o
+# To be compiled in ARM mode, not thumb mode: larger but faster
+# Alleviates the 'blew circular buffer' issues somehow...
+OBJFAST = $(OBJDIR)/iso14443.o \
+                 $(OBJDIR)/iso14443a.o
 
 OBJFPGA =      $(OBJDIR)/fpgaimg.o
 
Impressum, Datenschutz