From d0afa79e7f84851c35116af28f821c6c4f65ed1c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 31 Jul 2011 10:25:26 +0200 Subject: [PATCH] edit makefile for simtrace/sam7s128 defaults --- usb-device-composite-cdchid-project/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usb-device-composite-cdchid-project/Makefile b/usb-device-composite-cdchid-project/Makefile index 349c787..506b117 100644 --- a/usb-device-composite-cdchid-project/Makefile +++ b/usb-device-composite-cdchid-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 = at91sam7se512 -BOARD = at91sam7se-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