mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1a98d64cd5
Leverages common flasher (avrdude) and removes unnecessary exports. Moreover, a reuse of serial.inc.mk is perfomed from the same atmega_common/Makefile.include
13 lines
358 B
Makefile
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
|