]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved some from THUMB to ARM.. Looks like usb communication became bad.
authoriceman1001 <iceman@iuse.se>
Wed, 25 Jan 2017 12:00:49 +0000 (13:00 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 25 Jan 2017 12:00:49 +0000 (13:00 +0100)
armsrc/Makefile

index bde50f0ec519624a19030a718b168c942e5f3d07..40923a8b7383e8cee555111b63fe88b2049e3876 100644 (file)
@@ -48,26 +48,24 @@ THUMBSRC = start.c \
        $(SRC_LF) \
        $(SRC_ZLIB) \
        $(SRC_LEGIC) \
-       $(SRC_ISO14443b) \
-       $(SRC_ICLASS) \
        appmain.c \
        printf.c \
        util.c \
        string.c \
-       usb_cdc.c \
-       cmd.c \
        BigBuf.c \
        ticks.c \
        hfsnoop.c
 
 # These are to be compiled in ARM mode
 ARMSRC = fpgaloader.c \
-       $(SRC_CRC) \
-       $(SRC_CRAPTO1) \
        $(SRC_ISO14443a) \
+       $(SRC_ISO14443b) \
+       $(SRC_CRAPTO1) \
+       $(SRC_CRC) \
+       $(SRC_ICLASS) \
+       usb_cdc.c \
+       cmd.c \
        parity.c
-#      $(SRC_ISO14443b) \
-#      $(SRC_ICLASS) \
 #  $(SRC_EMV) \
        #BigBuf.c \
 
Impressum, Datenschutz