X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1903696e2a0e79355da66e0f7daf0dd8759cc661..d56ee2b1db8ebf88a3ce1afa0e57a18ee10a0ea4:/armsrc/Makefile diff --git a/armsrc/Makefile b/armsrc/Makefile index 5081e21f..220c21fc 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -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