Refactor makefile variables architecture.
[bertos.git] / bertos / cpu / avr / info / avr_post.common
index e1237433e6f9d34701bf74b192d1c9b0fc7d859f..b5aa27f9341403723d8968cc9a2b408ea676e50c 100644 (file)
@@ -1,4 +1,9 @@
 
 # CPU type used for flashing
-PROGRAMMER_CPU = CORE_CPU
+MK_PROGRAMMER_CPU = CORE_CPU
 
+# Name of the flag used by the build system to pass to the compiler the CPU type.
+MK_MCU = CORE_CPU
+
+# Add CPU core to tags
+CPU_TAGS += [ CORE_CPU ]