 fca2d99428
			
		
	
	
	fca2d99428
	
	
	
		
			
			This patch adds support for traffic classes as well as support for Data Center Bridging interfaces related to traffic classes and priority flow control. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			242 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			242 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o
 | |
| 
 | |
| amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
 | |
| 		 xgbe-desc.o xgbe-ethtool.o xgbe-mdio.o \
 | |
| 		 xgbe-ptp.o
 | |
| 
 | |
| amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o
 | |
| amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
 |