diff --git a/cpu/atmega2560/Makefile.include b/cpu/atmega2560/Makefile.include index 6647a8d437943e6c87fad2c38182ba324f8afa9e..18bfb9a45476f846fb8eab256f76c8d6f186fa17 100644 --- a/cpu/atmega2560/Makefile.include +++ b/cpu/atmega2560/Makefile.include @@ -8,5 +8,8 @@ export ATMEGA_COMMON = $(RIOTCPU)/atmega_common/ # Without this the interrupt vectors will not be linked correctly! export UNDEF += $(BINDIR)/cpu/startup.o +RAM_LEN = 8K +ROM_LEN = 256K + # CPU depends on the atmega common module, so include it include $(ATMEGA_COMMON)Makefile.include