From 14ac80e15acc613b3ce7d0b99d39b03a5656daeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Thu, 22 Mar 2018 17:22:29 +0100 Subject: [PATCH] sys/arduino: use RIOTTOOLS variable Follow up to #9067 and part of #8821 --- sys/arduino/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arduino/Makefile.include b/sys/arduino/Makefile.include index a19ad212ec..a9dd2e9a1e 100644 --- a/sys/arduino/Makefile.include +++ b/sys/arduino/Makefile.include @@ -3,7 +3,7 @@ SKETCHES = $(wildcard $(APPDIR)/*.sketch) SRCDIR = $(RIOTBASE)/sys/arduino # run the Arduino pre-build script -$(shell $(RIOTBASE)/dist/tools/arduino/pre_build.sh $(SRCDIR) $(APPDIR) $(SKETCHES)) +$(shell $(RIOTTOOLS)/arduino/pre_build.sh $(SRCDIR) $(APPDIR) $(SKETCHES)) # include the Arduino headers INCLUDES += -I$(RIOTBASE)/sys/arduino/include