summaryrefslogtreecommitdiff
path: root/MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/memories/build/gcc/iar.mk
blob: cc78e08a4e0df3c0c9d1fc0a4fd434ea33bdce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Compilation tools
AR = iarchive.exe
CC = iccarm.exe
LD = ilinkarm.exe
SIZE = 
OBJCOPY = 

# Flags

CFLAGS += $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -DTRACE_LEVEL=$(TRACE_LEVEL)

ASFLAGS = $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -D__ASSEMBLY__

LDFLAGS =