 ae2b5bb657
			
		
	
	
	ae2b5bb657
	
	
	
		
			
			Add the Kbuild symbols and Makefiles needed to actually build the ralink code from this series Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4899/
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			218 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			218 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # Ralink SoC common stuff
 | |
| #
 | |
| core-$(CONFIG_RALINK)		+= arch/mips/ralink/
 | |
| cflags-$(CONFIG_RALINK)		+= -I$(srctree)/arch/mips/include/asm/mach-ralink
 | |
| 
 | |
| #
 | |
| # Ralink RT305x
 | |
| #
 | |
| load-$(CONFIG_SOC_RT305X)	+= 0xffffffff80000000
 |