diff options
| author | Harald Welte <laforge@gnumonks.org> | 2011-07-31 10:25:26 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2011-07-31 10:25:26 +0200 | 
| commit | d0afa79e7f84851c35116af28f821c6c4f65ed1c (patch) | |
| tree | bc4e78a6639c545e548a746b0251341583bcdcac | |
| parent | af8603411cc2c927de581bef0b9213b0a7b77cc1 (diff) | |
edit makefile for simtrace/sam7s128 defaults
| -rw-r--r-- | usb-device-composite-cdchid-project/Makefile | 6 | 
1 files 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
 | 
