X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c0d04e9540fd3d6ac7fa1eb0e006eeb7ee91ab7b..f11f5c2738af711fa4fa0f56d01114f569858a1f:/armsrc/Makefile?ds=inline

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