1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyunobj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o 3*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o 4*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o 5*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o 6*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_PCIE2) += phy-qcom-pcie2.o 7*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o 8*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o 9*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o 10*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o 11*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o 12*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o 13*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2)+= phy-qcom-snps-femto-v2.o 14*4882a593Smuzhiyunobj-$(CONFIG_PHY_QCOM_IPQ806X_USB) += phy-qcom-ipq806x-usb.o 15