X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6f5cb60c46af439ef5d0246f1b34d65bc19eb44d..535b5a59bd3e8f424b3a4a523db5845d115ce49a:/armsrc/Makefile

diff --git a/armsrc/Makefile b/armsrc/Makefile
index 227f3747..47f8c73d 100644
--- a/armsrc/Makefile
+++ b/armsrc/Makefile
@@ -24,8 +24,11 @@ THUMBSRC = start.c \
 # These are to be compiled in ARM mode
 ARMSRC = fpgaloader.c \
 	legicrf.c \
+	iso14443crc.c \
+	crc16.c \
 	$(SRC_ISO14443a) \
 	$(SRC_ISO14443b) \
+        legic_prng.c \
 	crc.c
 
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC