diff options
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index bea0f40..2b08878 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -84,6 +84,11 @@ ARM_SRC= \ application/tc_cdiv.c \ application/usb_print.c \ application/iso14443_layer3a.c \ + application/iso14443a_manchester.c \ + application/load_modulation.c \ + application/decoder_miller.c \ + application/decoder_nrzl.c \ + application/decoder.c \ os/boot/Cstartup_SAM7.c \ os/core/list.c \ os/core/queue.c \ |