mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 18:45:23 +07:00
![Lendacky, Thomas](/assets/img/avatar_default.png)
This patch provides the initial platform driver for the AMD 10GbE device. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
180 B
Makefile
7 lines
180 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
|
|
|
|
amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
|