13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Makefile for lemote loongson2f family machines
 | |
| #
 | |
| 
 | |
| obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o
 | |
| 
 | |
| #
 | |
| # Suspend Support
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_SUSPEND) += pm.o
 |