8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| #
 | |
| # Makefile for misc devices on rockchip.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_PCIE_FUNC_RKEP)	+= pcie-rkep.o
 | |
| 
 |