summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 1098c4f..f4ff886 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -97,7 +97,9 @@ SRCARM += src/pcd/rc632.c src/pcd/rc632_highlevel.c \
SRCARM += src/pcd/$(TARGET).c
else
# PICC support code
-SRCARM += src/picc/tc_fdt.c src/picc/ssc_picc.c
+SRCARM += src/picc/tc_fdt.c src/picc/ssc_picc.c src/picc/adc.c \
+ src/picc/decoder.c src/picc/decoder_miller.c \
+ src/picc/decoder_nrzl.c
# finally, the actual main application
SRCARM += src/picc/$(TARGET).c
endif
personal git repositories of Harald Welte. Your mileage may vary