summaryrefslogtreecommitdiff
path: root/chibios-blink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chibios-blink/Makefile')
-rw-r--r--chibios-blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chibios-blink/Makefile b/chibios-blink/Makefile
index 53c5b2a..ac29532 100644
--- a/chibios-blink/Makefile
+++ b/chibios-blink/Makefile
@@ -4,7 +4,7 @@
#
include ../defines.mk
-export PATH := $(TOOLCHAIN_PATH):$(PATH)
+export PATH := $(TOOLCHAIN_PATH)/bin:$(PATH)
# Compiler options here.