Move AVR mega serial files to prepare the XMega patch
[bertos.git] / bertos / cpu / avr / info / ATmega1281.cdef
index e03338fdefa73aabffcf1522778f047ad8c0ab71..03166cb1f8b5c5a34bd9d86c80b0f27d668d808d 100644 (file)
@@ -42,7 +42,7 @@
 
 
 # Import the common settings for the path.
-include("avr.common")
+include("mega.common")
 
 # Short description of the cpu.
 CPU_DESC += [ "128 Kbyte in-System Programmable Flash",
@@ -52,3 +52,4 @@ CPU_DESC += [ "128 Kbyte in-System Programmable Flash",
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega1281"
 
+include("avr_post.common")