Add generic CRC calculation code

This commit is contained in:
henryk@ploetzli.ch 2009-11-25 20:41:41 +00:00
commit 68d9d60a4d
3 changed files with 90 additions and 1 deletions

View file

@ -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