summaryrefslogtreecommitdiff
path: root/openpicc/Makefile
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-03-05 05:03:36 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-03-05 05:03:36 +0000
commit6304718e371e590b09e176c05df21fc5fb631cec (patch)
tree49004ef275322a779594d8ebd5d69c9da8ba1d4e /openpicc/Makefile
parent3ee3c4a649545d1f132bca61cc7484f0d5c92638 (diff)
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
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r--openpicc/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \
personal git repositories of Harald Welte. Your mileage may vary