aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/arm_atsam.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/arm_atsam.mk')
-rw-r--r--tmk_core/arm_atsam.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/arm_atsam.mk b/tmk_core/arm_atsam.mk
index b29de9132..b49bf764d 100644
--- a/tmk_core/arm_atsam.mk
+++ b/tmk_core/arm_atsam.mk
@@ -2,7 +2,7 @@
2############################################################################## 2##############################################################################
3# Compiler settings 3# Compiler settings
4# 4#
5CC = arm-none-eabi-gcc 5CC = $(CC_PREFIX) arm-none-eabi-gcc
6OBJCOPY = arm-none-eabi-objcopy 6OBJCOPY = arm-none-eabi-objcopy
7OBJDUMP = arm-none-eabi-objdump 7OBJDUMP = arm-none-eabi-objdump
8SIZE = arm-none-eabi-size 8SIZE = arm-none-eabi-size