summaryrefslogtreecommitdiff
path: root/chibios-blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-06 01:18:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-06 01:18:11 +0200
commit166e2335a3133ce2c44d86da5daecca75f99a00e (patch)
tree6102543ead1a03472069044275183a08a910c306 /chibios-blink
parentcosmetic change (diff)
fix toolchain paths
Diffstat (limited to 'chibios-blink')
-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.