Add to the wizard AVR XMega init file.
[bertos.git] / bertos / cpu / avr / info / ATxmega32D4.cdef
index d14c9847214b54905b98e0a706c8311450b41b46..57a1496e0a835fe52582282821d4bcc13e4a615f 100644 (file)
@@ -50,5 +50,7 @@ CPU_DESC += [ "32 Kbyte in-System Programmable Flash",
 
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atxmega32d4"
+HW_DIR = CPU_DIR + "avr/hw/"
+MK_CPU_CSRC = HW_DIR + "init_xmega.c"
 
 include("avr_post.common")