Add tag.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 17:06:47 +0000 (17:06 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 17:06:47 +0000 (17:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2551 38d2e660-2303-0410-9eaa-f027e97ec537

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/"