diff --git a/Marlin/Makefile b/Marlin/Makefile index b22cca671387c76f19da91eab88ef09b917f7d8d..bc3b7136fade92b8ed1aa236157c1975aaffae90 100644 --- a/Marlin/Makefile +++ b/Marlin/Makefile @@ -350,7 +350,7 @@ LDFLAGS = -lm AVRDUDE_PORT = $(UPLOAD_PORT) AVRDUDE_WRITE_FLASH = -Uflash:w:$(BUILD_DIR)/$(TARGET).hex:i ifeq ($(shell uname -s), Linux) -AVRDUDE_CONF = $(ARDUINO_INSTALL_DIR)/hardware/tools/avrdude.conf +AVRDUDE_CONF = /etc/avrdude/avrdude.conf else AVRDUDE_CONF = $(ARDUINO_INSTALL_DIR)/hardware/tools/avr/etc/avrdude.conf endif