diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-23 16:46:17 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-23 16:46:17 +0000 |
commit | 32b83e88df0b33dc382ad2182d2579e7ead7d177 (patch) | |
tree | 9823ca8cc9f7f0f9faa97433990be0dc8968c8f1 | |
parent | a607facacf798c41405d711c6c524c6ebbf205ff (diff) |
build for real hardware, not olimex develboard
git-svn-id: https://svn.openpcd.org:2342/trunk@28 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/Makefile | 6 |
1 files 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 |