]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile
chg: trying to generalize the EMV build
[proxmark3-svn] / armsrc / Makefile
index 5081e21fedda1dca97842d0e3fe5402af40e1a0c..220c21fcb753aa35140baccd525f6c2cb7e7e3bb 100644 (file)
@@ -70,10 +70,7 @@ THUMBSRC = start.c \
        string.c \
        BigBuf.c \
        ticks.c \
-       usb_cdc.c \
-       parity.c \
        random.c \
-       cmd.c \
        hfsnoop.c
 
 # These are to be compiled in ARM mode
@@ -83,7 +80,10 @@ ARMSRC = fpgaloader.c \
        $(SRC_CRAPTO1) \
        $(SRC_CRC) \
        $(SRC_ICLASS) \
-       $(SRC_EMV)
+       $(SRC_EMV) \
+       parity.c \
+       usb_cdc.c \
+       cmd.c
 
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
 include ../common/Makefile.common
Impressum, Datenschutz