summaryrefslogtreecommitdiff
path: root/chibios-blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-05 23:42:41 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-05 23:42:41 +0200
commit74488a57a062a0cc28e0aea03dec45974b0f7c1c (patch)
tree36cf1064f04f6c2baf1c69d86418072eb11caba1 /chibios-blink
parentadd sdk based blink example (diff)
make toolchain path config a little bit less invasive
Diffstat (limited to 'chibios-blink')
-rw-r--r--chibios-blink/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chibios-blink/Makefile b/chibios-blink/Makefile
index 4c08d58..9180851 100644
--- a/chibios-blink/Makefile
+++ b/chibios-blink/Makefile
@@ -4,6 +4,7 @@
#
include ../defines.mk
+export PATH := $(TOOLCHAIN_PATH):$(PATH)
# Compiler options here.