From 6304718e371e590b09e176c05df21fc5fb631cec Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 5 Mar 2008 05:03:36 +0000 Subject: Port over the differential miller decoder from the sniffonly host tool Move clock switch to its own header file Specify default (and for non-clock switching capable hardware: single) clock source in hardware definitions git-svn-id: https://svn.openpcd.org:2342/trunk@443 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpicc/Makefile') diff --git a/openpicc/Makefile b/openpicc/Makefile index d826582..f0721c2 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -92,7 +92,9 @@ ARM_SRC= \ application/iso14443_layer2a.c \ application/iso14443a_manchester.c \ application/iso14443a_miller.c \ + application/iso14443a_diffmiller.c \ application/load_modulation.c \ + application/clock_switch.c \ application/decoder_miller.c \ application/decoder_nrzl.c \ application/decoder.c \ -- cgit v1.2.3