]> git.droids-corp.org - aversive.git/blobdiff - mk/aversive_project.mk
test/rdline: fix prototype of complete_buffer
[aversive.git] / mk / aversive_project.mk
index 7a21d73874e93d1fbafb5b3ce86ca9446cfb66b6..f0f6eb9af16872378a7f14473400c5eb5f6b8e8b 100644 (file)
@@ -108,12 +108,7 @@ endif
 LDFLAGS += $(MATH_LIB)
 
 
-# AVRDUDE does not know the ATMEGA1281 for now, consider it a 128.
-ifeq ($(MCU),atmega1281)
-AVRDUDE_MCU = atmega128
-else
 AVRDUDE_MCU = $(MCU)
-endif
 
 AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).$(FORMAT_EXTENSION)
 #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep