Skip to content
New issue

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

Missing ./drivers/phy/qualcomm/phy-qcom-qmp.c #17

Closed
epudwjuhc opened this issue Jan 16, 2025 · 3 comments
Closed

Missing ./drivers/phy/qualcomm/phy-qcom-qmp.c #17

epudwjuhc opened this issue Jan 16, 2025 · 3 comments

Comments

@epudwjuhc
Copy link

The tree is missing ./drivers/phy/qualcomm/phy-qcom-qmp.c

referenced by Makefile and will not build.

@OnePlusOSSAdmin
Copy link
Contributor

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.

@epudwjuhc
Copy link
Author

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

@OnePlusOSSAdmin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants