While the SC92031 could be found on fake "Realtek" NICs, it has no relationship to Realtek, and is actually from Silan. Create a new subdirectory for silan and move sc92031 there. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			182 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			182 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the Realtek network device drivers.
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_8139CP) += 8139cp.o
 | 
						|
obj-$(CONFIG_8139TOO) += 8139too.o
 | 
						|
obj-$(CONFIG_ATP) += atp.o
 | 
						|
obj-$(CONFIG_R8169) += r8169.o
 |