diff --git a/boards/common/atmega/Makefile.include b/boards/common/atmega/Makefile.include index 3621acb1ca..446e2db24d 100644 --- a/boards/common/atmega/Makefile.include +++ b/boards/common/atmega/Makefile.include @@ -3,6 +3,9 @@ INCLUDES += -I$(RIOTBOARD)/common/atmega/include # Use avrdude programmer PROGRAMMER ?= avrdude +# Add avrdude as supported programmer +PROGRAMMERS_SUPPORTED += avrdude + # Use atmega board specific bootloader by default ATMEGA_BOOTLOADER ?= $($(call uppercase_and_underscore,$(BOARD))_BOOTLOADER)