diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-31 12:20:28 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-31 12:20:28 +0200 |
commit | a2def0e915285177799c5d33c27715538f0e80d4 (patch) | |
tree | 6573c6dfe2de593b6598df843d9d3b4e13fc0376 | |
parent | 0279a2bcf0e9a06f7be8fde44f1afe15eb5b18d1 (diff) |
CDC: update makefile for sam7s128 and simtrace
-rw-r--r-- | usb-device-cdc-serial-project/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usb-device-cdc-serial-project/Makefile b/usb-device-cdc-serial-project/Makefile index cf8b126..64123a2 100644 --- a/usb-device-cdc-serial-project/Makefile +++ b/usb-device-cdc-serial-project/Makefile @@ -34,8 +34,8 @@ # Chip & board used for compilation
# (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
-CHIP = at91sam7s256
-BOARD = at91sam7s-ek
+CHIP = at91sam7s128
+BOARD = simtrace
# Trace level used for compilation
# (can be overriden by adding TRACE_LEVEL=#number to the command-line)
@@ -68,7 +68,7 @@ OBJ = obj #-------------------------------------------------------------------------------
# Tool suffix when cross-compiling
-CROSS_COMPILE = arm-none-eabi-
+CROSS_COMPILE = arm-elf-
# Compilation tools
CC = $(CROSS_COMPILE)gcc
|