Files
stmbl/toolchain.mak
Rene Hopf e6a8ae1be8 ppm test
2017-11-07 15:31:32 +01:00

9 lines
236 B
Makefile

# Define programs and commands for the toolchain
TOOLCHAIN = arm-none-eabi-
CC = $(TOOLCHAIN)gcc
OBJCOPY = $(TOOLCHAIN)objcopy
OBJDUMP = $(TOOLCHAIN)objdump
SIZE = $(TOOLCHAIN)size
NM = $(TOOLCHAIN)nm
MKDIR = mkdir