Add cpu flag name flag.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 946818733de767f0e4475377db8f416c072670e1..24b56cc534c646adc0693d26049b8aa376edf026 100644 (file)
@@ -53,6 +53,9 @@ CPU_TAGS = ["harvard"]
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"
 
+# Name of the flag used by the build system to pass to the compiler the CPU type.
+CPU_FLAG_NAME = "MCU"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "avr/script/"
 HW_DIR = CPU_DIR + "avr/hw/"