mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifeq ($(CONFIG_SUPERH32),y)
 | |
| include ${srctree}/arch/sh/kernel/Makefile_32
 | |
| else
 | |
| include ${srctree}/arch/sh/kernel/Makefile_64
 | |
| endif
 | 
