1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/arduino-atmega/Makefile.include
Francisco Acosta 1a98d64cd5 boards/arduino*: use common avrdude.inc.mk from atmega_common
Leverages common flasher (avrdude) and removes unnecessary exports.
Moreover, a reuse of serial.inc.mk is perfomed from the same
atmega_common/Makefile.include
2019-02-05 17:12:03 +01:00

13 lines
358 B
Makefile

# include optional dependencies
include $(RIOTBOARD)/common/arduino-atmega/Makefile.dep
INCLUDES += -I$(RIOTBOARD)/common/arduino-atmega/include
include $(RIOTMAKE)/tools/serial.inc.mk
# Disable auto erase for flash and avoid error if signature doesn't match
FFLAGS_EXTRA += -F -D
# include avrdude flashing tool
include $(RIOTMAKE)/tools/avrdude.inc.mk