Add tag.
[bertos.git] / bertos / cpu / arm / info / at91sam7.common
index b871bccd184c58122d5f3fcd8030e4d61c6eb8cc..58e3209c6b133d3e24262f626ba57fc94a9cf581 100644 (file)
@@ -60,6 +60,9 @@ CPU_FLAG_NAME = "CPU"
 # CPU default clock frequency
 CPU_DEFAULT_FREQ = "48023000UL"
 
+# Special CPU related tags.
+CPU_TAGS = ["at91"]
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/scripts/"
 HW_DIR = CPU_DIR + "arm/hw/"