summaryrefslogtreecommitdiff
path: root/openpicc/Makefile
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-24 07:59:42 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-24 07:59:42 +0000
commit29ea5bbf5b9c3b3679aa40e4ee7029284cb424c6 (patch)
tree0e20e9c665d05c228684e815ca142c0814057a80 /openpicc/Makefile
parent341b884abc8c29790dfffab1921a1f4fa127d62d (diff)
Add load modulation and encoding/decoding code from harald
git-svn-id: https://svn.openpcd.org:2342/trunk@351 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r--openpicc/Makefile5
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 \
personal git repositories of Harald Welte. Your mileage may vary