diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-04 14:56:03 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-04 14:56:03 +0000 |
commit | 8aaa856c2e79a0da0c7b92fd172e5b2c56ee477e (patch) | |
tree | 42419e3d13a315fc6152d46fa6320d1856b5a23d /openpcd/firmware/src/Makefile | |
parent | f1202753ecf6ff301f36f14f7fce5e345d4eb142 (diff) |
commit lots of cleanup
git-svn-id: https://svn.openpcd.org:2342/trunk@5 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/Makefile')
-rw-r--r-- | openpcd/firmware/src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openpcd/firmware/src/Makefile b/openpcd/firmware/src/Makefile index 6fd9e37..1368a77 100644 --- a/openpcd/firmware/src/Makefile +++ b/openpcd/firmware/src/Makefile @@ -66,14 +66,14 @@ TARGET = main # List C source files here. (C dependencies are automatically generated.) # use file-extension c for "c-only"-files -SRC = $(TARGET).c cdc_enumerate.c dbgu.c +#SRC = $(TARGET).c pcd_enumerate.c dbgu.c # only needed for the "dll-Target": #SRC += syscalls.c # List C source files here which must be compiled in ARM-Mode. # use file-extension c for "c-only"-files -SRCARM = interrupt_Usart.c ../compil/SrcWinARM/Cstartup_SAM7.c +SRCARM = $(TARGET).c pcd_enumerate.c fifo.c dbgu.c rc632.c ../compil/SrcWinARM/Cstartup_SAM7.c # List C++ source files here. # use file-extension cpp for C++-files (use extension .cpp) @@ -111,7 +111,7 @@ DEBUG = dwarf-2 # List any extra directories to look for include files here. # Each directory must be seperated by a space. #EXTRAINCDIRS = ./include -EXTRAINCDIRS = ../compil/SrcWinARM ../.. +EXTRAINCDIRS = ../compil/SrcWinARM ../ # Compiler flag to set the C Standard level. # c89 - "ANSI" C |