summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 00:02:46 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 00:02:46 +0000
commitbb35dd012651e6af069ef0fa549f4abfd533acb0 (patch)
tree17bfaada42e2e957f7bbed9b9cb5123adbd5f11c /openpcd/firmware/Makefile
parent4cceea07ca0b48ecab07a22c5819e3982dbfbe37 (diff)
Commit code to drive SPI Potentiometers
git-svn-id: https://svn.openpcd.org:2342/trunk@163 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 1101495..4bb05dc 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/decoder_nrzl.c src/picc/poti.c
# finally, the actual main application
SRCARM += src/picc/$(TARGET).c
endif
personal git repositories of Harald Welte. Your mileage may vary