The platform is getting removed, so there are no remaining users of this driver. Link: https://lore.kernel.org/r/20190809202749.742267-6-arnd@arndb.de Signed-off-by: Arnd Bergmann <arnd@arndb.de>
		
			
				
	
	
		
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
#
 | 
						|
# Makefile for the Micrel network device drivers.
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_KS8842) += ks8842.o
 | 
						|
obj-$(CONFIG_KS8851) += ks8851.o
 | 
						|
obj-$(CONFIG_KS8851_MLL) += ks8851_mll.o
 | 
						|
obj-$(CONFIG_KSZ884X_PCI) += ksz884x.o
 |