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