We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tree is missing ./drivers/phy/qualcomm/phy-qcom-qmp.c
referenced by Makefile and will not build.
The text was updated successfully, but these errors were encountered:
There's no drivers/phy/qualcomm/phy-qcom-qmp.c, only phy-qcom-qmp.h. If you find there's reference for the file, please provide detailed information.
Sorry, something went wrong.
Makefile references:
obj-$(CONFIG_PHY_QCOM_QMP) += \ phy-qcom-qmp.o \ phy-qcom-qmp-combo.o \ phy-qcom-qmp-pcie.o \ phy-qcom-qmp-pcie-msm8996.o \ phy-qcom-qmp-ufs.o \ phy-qcom-qmp-usb.o
no rule to make phy-qcom-qmp.o if there is no phy-qcom-qmp.c
That's not an enabled config. Also you could check upstream kernel source tree, there is no phy-qcom-qmp.c. https://github.com/torvalds/linux/tree/master/drivers/phy/qualcomm If you do need it, you could get it from old kernel.
No branches or pull requests
The tree is missing ./drivers/phy/qualcomm/phy-qcom-qmp.c
referenced by Makefile and will not build.
The text was updated successfully, but these errors were encountered: