X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c0d04e9540fd3d6ac7fa1eb0e006eeb7ee91ab7b..8d40aba58b77f348786e55f7ade2ae2d3e117fcc:/armsrc/Makefile diff --git a/armsrc/Makefile b/armsrc/Makefile index 8010fcf0..2cfac4ac 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -25,7 +25,8 @@ THUMBSRC = start.c \ ARMSRC = fpgaloader.c \ legicrf.c \ $(SRC_ISO14443a) \ - $(SRC_ISO14443b) + $(SRC_ISO14443b) \ + crc.c # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC include ../common/Makefile.common