Move AVR mega serial files to prepare the XMega patch
[bertos.git] / bertos / cpu / avr / info / ATmega8.cdef
index 87d43426a6f247ca3de4049488fe36fe4bc05f50..e474767ffcf8db446ff73eafc6368e5a2a8534c9 100644 (file)
@@ -41,7 +41,7 @@
 #
 
 # Import the common settings for the path.
-include("avr.common")
+include("mega.common")
 
 # Short description of the cpu.
 CPU_DESC += [ "8 Kbyte in-System Programmable Flash",
@@ -51,3 +51,4 @@ CPU_DESC += [ "8 Kbyte in-System Programmable Flash",
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega8"
 
+include("avr_post.common")