From a2def0e915285177799c5d33c27715538f0e80d4 Mon Sep 17 00:00:00 2001
From: Harald Welte <laforge@gnumonks.org>
Date: Sun, 31 Jul 2011 12:20:28 +0200
Subject: CDC: update makefile for sam7s128 and simtrace

---
 usb-device-cdc-serial-project/Makefile | 6 +++---
 1 file 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
-- 
cgit v1.2.3