summaryrefslogtreecommitdiff
path: root/examples/build_system/make/toolchain/arm_iar.mk
blob: 04c9f22b35a3293b630dd4cb9e1a4549502f4c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
# makefile for arm iar toolchain
AS = iasmarm
LD = ilinkarm
OBJCOPY = ielftool --silent
SIZE = size

# Enable extension mode (gcc compatible)
CFLAGS += -e --debug --silent

# silent mode
ASFLAGS += -S $(addprefix -I,$(INC))