mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
bd8255d8ba
Update the driver framework to separate out platform/ACPI specific code from general code during device initialization. This will allow for the introduction of PCI device support. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
282 B
Makefile
11 lines
282 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 \
|
|
xgbe-phy-v1.o \
|
|
xgbe-platform.o
|
|
|
|
amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o
|
|
amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
|