summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 09:04:19 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 09:04:19 +0000
commite71336c5d161776bec27ac0fd8c30017698c42cc (patch)
tree05e00548896337a9df1e7d3a78e2d98c61204e6a /openpcd/firmware/Makefile
parentba387536835c8e6aa8ecc65c960ccd48d4ff9335 (diff)
new include files
git-svn-id: https://svn.openpcd.org:2342/trunk@12 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index a3968a4..3dc185f 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -71,7 +71,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/led.c src/rc632.c src/rc632_debug.c src/req_ctx.c src/$(TARGET).c compil/SrcWinARM/Cstartup_SAM7.c
+SRCARM = lib/lib_AT91SAM7.c src/pcd_enumerate.c src/fifo.c src/dbgu.c src/led.c src/rc632.c src/rc632_debug.c src/req_ctx.c src/$(TARGET).c compil/SrcWinARM/Cstartup_SAM7.c
# List C++ source files here.
# use file-extension cpp for C++-files (use extension .cpp)
@@ -148,8 +148,8 @@ CDEFS += -D$(VECTOR_LOCATION)
ADEFS += -D$(VECTOR_LOCATION)
endif
-CDEFS += -D__WinARM__
-ADEFS += -D__WinARM__
+CDEFS += -D__WinARM__ -D__$(SUBMDL)__
+ADEFS += -D__WinARM__ -D__$(SUBMDL)__
# Compiler flags.
personal git repositories of Harald Welte. Your mileage may vary