mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 16:57:40 +07:00
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>
9 lines
242 B
Makefile
9 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
|