From 32b83e88df0b33dc382ad2182d2579e7ead7d177 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> Date: Sun, 23 Jul 2006 16:46:17 +0000 Subject: build for real hardware, not olimex develboard git-svn-id: https://svn.openpcd.org:2342/trunk@28 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpcd/firmware/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile index 9b7feeb..48f247e 100644 --- a/openpcd/firmware/Makefile +++ b/openpcd/firmware/Makefile @@ -40,8 +40,8 @@ # MCU name and submodel MCU = arm7tdmi -SUBMDL = AT91SAM7S64 -#SUBMDL = AT91SAM7S256 +#SUBMDL = AT91SAM7S64 +SUBMDL = AT91SAM7S256 USE_THUMB_MODE = NO #USE_THUMB_MODE = YES @@ -136,7 +136,7 @@ CSTANDARD = -std=gnu99 # Place -D or -U options for C here CDEFS = -D$(RUN_MODE) -DDEBUG -CDEFS += -DOLIMEX +#CDEFS += -DOLIMEX # Place -I options here CINCS = -Ihelper -Isrc -- cgit v1.2.3