summaryrefslogtreecommitdiff
path: root/openpicc/Makefile
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-02-09 17:49:39 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2008-02-09 17:49:39 +0000
commit6be69f0de0c5455758c7ab3a6a3c7d37a061e5fa (patch)
tree54bc5f77817fd3e0f578ccc1b551363a6a193f70 /openpicc/Makefile
parentf44e839dcc1ce0269c0608d76ee3d6fd222ba778 (diff)
Commit a first version of an iso 14443 layer 2 and a passive sniffer. Works for short frames, and sometimes even for long frames. Pending some major cleanup
git-svn-id: https://svn.openpcd.org:2342/trunk@408 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 92a7351..f88afb8 100644
--- a/openpicc/Makefile
+++ b/openpicc/Makefile
@@ -88,7 +88,9 @@ ARM_SRC= \
application/tc_fdt.c \
application/tc_cdiv.c \
application/usb_print.c \
+ application/iso14443_layer2a.c \
application/iso14443_layer3a.c \
+ application/iso14443_sniffer.c \
application/iso14443a_manchester.c \
application/iso14443a_miller.c \
application/load_modulation.c \
personal git repositories of Harald Welte. Your mileage may vary