Add cpu flag name flag.
[bertos.git] / bertos / cpu / arm / info / at91sam7.common
index c305d5ed394a30f5c2cd0b99af892c76d96dbb7e..fe55da456dbc2ffdc8ef2ec21f05d3074634bf85 100644 (file)
@@ -54,6 +54,9 @@ TOOLCHAIN = "arm"
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "arm7tdmi"
 
+# Name of the flag used by the build system to pass to the compiler the CPU type.
+CPU_FLAG_NAME = "CPU"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/script/"
 HW_DIR = CPU_DIR + "arm/hw/"