mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Add a subtarget for Atmel's SAMA5D3 Cortex-A5 based SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42417
		
			
				
	
	
		
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOARDNAME:=SAMA5D3 (Cortex-A5)
 | |
| CPU_TYPE:=cortex-a5
 | |
| 
 | |
| define Target/Description
 | |
| 	Build generic firmware for SAMA5D3 AT91 platforms
 | |
| 	using the ARMv7 instruction set.
 | |
| endef
 |