diff --git a/Makefile b/Makefile index 4b8d834..7d315af 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,11 @@ deps.mk: *.c drivers/*.c # flashing definitions and helper target AVRDUDE_ARGS += -p$(MCU_TARGET) AVRDUDE_ARGS += -c$(AVRDUDE_TYPE) + ifdef AVRDUDE_TTY AVRDUDE_ARGS += -P$(AVRDUDE_TTY) endif + ifdef AVRDUDE_BAUD AVRDUDE_ARGS += -b$(AVRDUDE_BAUD) endif