summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 15:35:44 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 15:35:44 +0000
commit5bf2bacdc5f1526a300321ad487676bdc97991a4 (patch)
treef858e8feefc4cd699dc2a674a68c3d2eb69d877c /openpcd/firmware/Makefile
parent2fdda101a3c040460530a98535016546a11e29fc (diff)
- cleanup of comments in TC/SSC PCD/PICC spearation
- add first 'main_openpicc' TARGET for PICC git-svn-id: https://svn.openpcd.org:2342/trunk@154 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 4d8f2a6..1098c4f 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -86,7 +86,8 @@ endif
SRCARM += src/os/pcd_enumerate.c src/os/fifo.c src/os/dbgu.c \
src/os/led.c src/os/req_ctx.c src/os/trigger.c \
src/os/main.c src/os/syscalls.c src/os/usb_handler.c \
- src/os/usb_benchmark.c src/os/dfu.c src/start/Cstartup_SAM7.c
+ src/os/usb_benchmark.c src/os/dfu.c src/start/Cstartup_SAM7.c \
+ src/os/tc_cdiv.c
ifdef PCD
# PCD support code
@@ -96,7 +97,7 @@ SRCARM += src/pcd/rc632.c src/pcd/rc632_highlevel.c \
SRCARM += src/pcd/$(TARGET).c
else
# PICC support code
-SRCARM += src/picc/tc.c src/picc/ssc.c
+SRCARM += src/picc/tc_fdt.c src/picc/ssc_picc.c
# finally, the actual main application
SRCARM += src/picc/$(TARGET).c
endif
personal git repositories of Harald Welte. Your mileage may vary