Blame view

RIOT/sys/arduino/Makefile.include 332 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  # compile together the Arduino sketches of the application
  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))
  
  # include the Arduino headers
  INCLUDES += -I$(RIOTBASE)/sys/arduino/include