X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1d0ccbe04b6d04cc4e05aeb9bbcb7b7fa0cfdbd1..72109f8296281170fb26daa9587a8e8cb2423af7:/armsrc/Makefile

diff --git a/armsrc/Makefile b/armsrc/Makefile
index ddcff33b..f4e7495d 100644
--- a/armsrc/Makefile
+++ b/armsrc/Makefile
@@ -60,7 +60,8 @@ ARMSRC = fpgaloader.c \
 	iclass.c \
 	BigBuf.c \
 	optimized_cipher.c \
-	hfsnoop.c
+	hfsnoop.c \
+	parity.c
 
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
 include ../common/Makefile.common