mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	Add support for Broadcom/Netlogic XLR/XLP support Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43037
		
			
				
	
	
		
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CPU_TYPE:=xlr
 | 
						|
CPU_FLAGS_xlr:=-march=xlr -mabi=64
 | 
						|
BOARDNAME:=xlr
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for Broadcom/Netlogic XLR boards.
 | 
						|
endef
 |