mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #9071 from cladmi/pr/make/riottools/arduino
sys/arduino: use RIOTTOOLS variable
This commit is contained in:
commit
9020767c2d
@ -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…
Reference in New Issue
Block a user