edit makefile for simtrace/sam7s128 defaults

This commit is contained in:
Harald Welte 2011-07-31 10:25:26 +02:00
parent af8603411c
commit d0afa79e7f
1 changed files with 3 additions and 3 deletions

View File

@ -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