From b8b8c2f6b9542d293b05a741b8011777608fa0dc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> Date: Tue, 25 Jul 2006 08:31:42 +0000 Subject: remove whitespace that causes problem git-svn-id: https://svn.openpcd.org:2342/trunk@44 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpcd/firmware/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3