1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_QCOM_NET_PHYLIB) += qcom-phy-lib.o 3obj-$(CONFIG_AT803X_PHY) += at803x.o 4obj-$(CONFIG_QCA83XX_PHY) += qca83xx.o 5obj-$(CONFIG_QCA808X_PHY) += qca808x.o 6obj-$(CONFIG_QCA807X_PHY) += qca807x.o 7
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_QCOM_NET_PHYLIB) += qcom-phy-lib.o 3obj-$(CONFIG_AT803X_PHY) += at803x.o 4obj-$(CONFIG_QCA83XX_PHY) += qca83xx.o 5obj-$(CONFIG_QCA808X_PHY) += qca808x.o 6obj-$(CONFIG_QCA807X_PHY) += qca807x.o 7