summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-24 19:58:35 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-24 19:58:35 +0000
commit5ab655eb90e08d9f21f0e0fa745c8798d057e616 (patch)
treef3b15b023f70dd543b61a4d07184e04b10bfeab3 /openpcd/firmware/Makefile
parent500fb4be8abbbc80c58ebe2a6d25f0ee407b928a (diff)
fix main_reqa build
git-svn-id: https://svn.openpcd.org:2342/trunk@37 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 78c9716..77fcfd6 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -72,7 +72,8 @@ SRC =
# List C source files here which must be compiled in ARM-Mode.
# use file-extension c for "c-only"-files
SRCARM = lib/lib_AT91SAM7.c src/pcd_enumerate.c src/fifo.c src/dbgu.c \
- src/led.c src/rc632.c src/req_ctx.c src/trigger.c src/main.c \
+ src/led.c src/rc632.c src/rc632_highlevel.c src/req_ctx.c \
+ src/trigger.c src/main.c \
src/$(TARGET).c compil/SrcWinARM/Cstartup_SAM7.c
# List C++ source files here.
personal git repositories of Harald Welte. Your mileage may vary