diff options
| author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-25 08:31:42 +0000 | 
|---|---|---|
| committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-25 08:31:42 +0000 | 
| commit | b8b8c2f6b9542d293b05a741b8011777608fa0dc (patch) | |
| tree | 7d3c5a6eed3d976c55b53ea6ada4024941dd0ceb | |
| parent | b7e700b0bdb84d92d311aa4ba2ca0a29981b39eb (diff) | |
remove whitespace that causes problem
git-svn-id: https://svn.openpcd.org:2342/trunk@44 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
| -rw-r--r-- | openpcd/firmware/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile index fda7663..681e522 100644 --- a/openpcd/firmware/Makefile +++ b/openpcd/firmware/Makefile @@ -64,7 +64,7 @@ PATH_TO_LINKSCRIPTS=link/  #VECTOR_LOCATION=VECTORS_IN_RAM  # Target file name (without extension). -TARGET:= main_reqa +TARGET:=main_reqa  # List C source files here. (C dependencies are automatically generated.)  # use file-extension c for "c-only"-files @@ -73,7 +73,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_AT91SAM7.c src/pcd_enumerate.c src/fifo.c src/dbgu.c \ -	  src/led.c src/rc632.c  src/rc632_highlevel.c src/req_ctx.c \ +	  src/led.c src/rc632.c src/rc632_highlevel.c src/req_ctx.c \  	  src/trigger.c src/main.c src/syscalls.c \  	  src/$(TARGET).c src/start/Cstartup_SAM7.c  | 
