]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/net/ethernet/amd/xgbe/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / net / ethernet / amd / xgbe / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o
3
4 amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
5 xgbe-desc.o xgbe-ethtool.o xgbe-mdio.o \
6 xgbe-ptp.o \
7 xgbe-i2c.o xgbe-phy-v1.o xgbe-phy-v2.o \
8 xgbe-platform.o
9
10 amd-xgbe-$(CONFIG_PCI) += xgbe-pci.o
11 amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o
12 amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o