summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 14:12:58 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 14:12:58 +0000
commit82a994e1ab60e3c7222a7b3b1cb77a4b6fccfb4e (patch)
tree26a76c2a59e733bf6083de7de986c35307f9cc2c /openpcd/firmware/Makefile
parent5cc02937f49aadfa0eff9affe3825346bc48eaf3 (diff)
add PLL inhibit support code for PICC
git-svn-id: https://svn.openpcd.org:2342/trunk@168 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 4bb05dc..e700012 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -99,7 +99,7 @@ else
# PICC support code
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 src/picc/poti.c
+ src/picc/decoder_nrzl.c src/picc/poti.c src/picc/pll.c
# finally, the actual main application
SRCARM += src/picc/$(TARGET).c
endif
personal git repositories of Harald Welte. Your mileage may vary