xref: /linux/drivers/net/phy/qcom/Makefile (revision 79790b6818e96c58fe2bffee1b418c16e64e7b80)
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