X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c0d04e9540fd3d6ac7fa1eb0e006eeb7ee91ab7b..68d9d60a4d5a4696faf3e36a9a8a7f10ed5bdd22:/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