sys/arduino: use RIOTTOOLS variable
Follow up to #9067 and part of #8821
This commit is contained in:
parent
00a974d950
commit
14ac80e15a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user