summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-21 23:47:38 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-21 23:47:38 +0000
commit413333331aa5db1a9d18be6bfb76ccd84f761ac4 (patch)
treeffb95535b21039ee36cc097339b0593c5299046e /openpcd/firmware/Makefile
parenta5a204c6a5fa2b41c9795c68a416d9ea47fa903c (diff)
fix spi
git-svn-id: https://svn.openpcd.org:2342/trunk@9 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 1882fe9..f9f81fc 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -70,7 +70,7 @@ SRC =
# List C source files here which must be compiled in ARM-Mode.
# use file-extension c for "c-only"-files
-SRCARM = lib/lib_AT91SAM7S64.c src/pcd_enumerate.c src/fifo.c src/dbgu.c src/rc632.c src/$(TARGET).c compil/SrcWinARM/Cstartup_SAM7.c
+SRCARM = lib/lib_AT91SAM7S64.c src/pcd_enumerate.c src/fifo.c src/dbgu.c src/led.c src/rc632.c src/rc632_debug.c src/$(TARGET).c compil/SrcWinARM/Cstartup_SAM7.c
# List C++ source files here.
# use file-extension cpp for C++-files (use extension .cpp)
@@ -134,7 +134,7 @@ AT91LIBNOWARN = yes
CSTANDARD = -std=gnu99
# Place -D or -U options for C here
-CDEFS = -D$(RUN_MODE)
+CDEFS = -D$(RUN_MODE) -DDEBUG -DOLIMEX
# Place -I options here
CINCS = -Ihelper -Isrc
personal git repositories of Harald Welte. Your mileage may vary