 3b15885930
			
		
	
	
	3b15885930
	
	
	
		
			
			Support for specific hardware belongs under drivers/net/ not net/. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			248 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			248 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # the core
 | |
| obj-$(CONFIG_NET_DSA) += dsa_core.o
 | |
| dsa_core-y += dsa.o slave.o
 | |
| 
 | |
| # tagging formats
 | |
| dsa_core-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o
 | |
| dsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o
 | |
| dsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o
 |