sam3: add sam3 generic tag to SAM3X8 cpu info, to allow eth driver build.
[bertos.git] / bertos / cpu / cortex-m3 / info / SAM3X8.cdef
index 376731867669d418a4aa99e782dfd8912e285f36..b64fb1802115de4bcea0a1b82c86ed66146d3c49 100644 (file)
@@ -51,7 +51,7 @@ MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh"
 CPU_DEFAULT_FREQ = "84000000UL"
 
 # Special CPU related tags.
-CPU_TAGS += ["sam3x"]
+CPU_TAGS += [ "sam3", "sam3x" ]
 
 # Additional hw drivers.
 MK_CPU_CSRC += DRV_DIR + "clock_sam3.c "